h1 {
	font-size: 3.765rem;
	line-height: 1;
	margin-top: 82px;
}

p {
	font-size: 1rem;
}

.wp-block-post-title {
font-size: 2.141rem;
line-height: 2.34rem;
}

.wp-block-post-title a {
	text-decoration: none;
}

.wp-block-query {
	margin-top: 100px;
}

.wp-block-post-template {
	padding-bottom: 0;
}

.wp-block-post-template .type-post {
	margin-bottom: 120px;
}

.wp-block-post-excerpt {
	margin-block-start: 16px;
}

.wp-block-post-excerpt__more-link {
	text-decoration: none;
	background-image: url('/wp-content/uploads/2024/02/brown_button_background.png');
    font-size: 1.176rem;
    text-align: center;
    display: inline-flex;
    width: 190px;
    height: 55px;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
    
}

.blog-loop {
	gap: 4%;
}

.wp-block-post-template .type-post:nth-child(2n) .blog-loop {
	flex-direction: row-reverse;
}

.blog-first-col, .blog-second-col {
	width: 50%;
}

.blog-second-col {
	position: relative;
}


.wp-block-post-featured-image, .border-group{
	max-width: 93.5%;
}

.border-group {
	position: absolute;
	top: -40px;
	right: 0;
	height: 100%;
	width: 100%;
	border: 5px solid var(--wp--preset--color--contrast);
    z-index: -1;
    margin-top: 0;
}

.wp-block-query-pagination {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 44px!important;
}

.wp-block-query-pagination-numbers .page-numbers {
	font-size: 1.176rem;
	text-decoration: none;
}

.current {
	font-weight: 700;
}
a.wp-block-button__link.has-base-color.has-transparent-background-color.has-text-color.has-background.has-link-color.wp-element-button:hover {
	color: white!important;
}
.wp-block-post-excerpt__more-link {
  color: #601617; /* Αλλάξτε το χρώμα του κειμένου */
  background-color: #ffffff; /* Προσθήκη χρώματος φόντου */
  transition: all 0.3s ease; /* Ομαλή μετάβαση για hover effects */
  text-decoration: none; /* Αφαίρεση υπογράμμισης */
}

.wp-block-post-excerpt__more-link:hover {
  background-color: #800020; /* Αλλαγή χρώματος φόντου κατά την hover */
  color: #ffffff; /* Αλλαγή χρώματος κειμένου σε λευκό κατά την hover */
	background-image: url('/wp-content/uploads/2024/02/backround_photo_button_header.png');
}
@media  (min-width: 450px) and (max-width: 1350px) {
	.taptap-menu-button-label::before {
		top:13px;
		left:10px;
	}
}
@media screen and (max-width: 999px) {
	.wp-block-post-template .type-post .blog-loop{
		flex-direction: column-reverse;
	}
	
	.wp-block-post-template .type-post:nth-child(2n) .blog-loop {
	flex-direction: column-reverse;
}
}

@media screen and (max-width: 768px) {
	h1 {
	    font-size: 2.2rem;
	}
	
	.wp-block-post-title {
	    font-size: 1.9rem;
	}
	
	a.wp-block-post-excerpt__more-link {
		font-size: 1rem;
		 width: 153px;
	    height: 44px;
	    background-size: 100%;
	}
	
}

