/* εμφάνιση πληροφοριών */

.uk-article-meta , #comments {
		display:none;
}

.white {
	background:#fff;
}

.arthra-aside {
	background:#FDDBBD;
}

.arthra-aside img, .ekdiloseis-frame img {
		width: 100%;
		height: auto;
		max-height: 400px;
		object-fit: cover;
		box-sizing: border-box;
		border: 1px solid #595959;
		padding: 10px;
}

.arthra-aside .uk-panel-title, .ekdiloseis-frame .uk-panel-title, .tags-frame .uk-panel-title {

    padding-bottom: 0px !important;
    border-bottom: none !important;
    color: #63933d !important;
    font-size: 24px;

}

.tags-frame {
	background: #E1D2A2;
}

.ekdiloseis .uk-overlay {
		background: #595959;
		height:100px;
		padding:10px;
}

.ekdiloseis-frame {
		background: #DCFDBD;
}

.social-frame {
		background:#5ea9dd;
		border-radius:5px;
}

.social-frame .uk-panel-title, .social-frame .uk-icon-hover {
		color:#fff;
}

#tm-top-a {
		margin-top: 30px;
}

.uk-navbar-brand {
		background: #fff !important;
    box-shadow: -10px 10px 0px 0px #84c226;
}
.uk-navbar-nav > li > a {
    color: #333;
}
.tm-container:not(.tm-container-full-width) .tm-navbar .uk-navbar-brand {
		border-radius: 0 !important;
}

.tm-middle {
    padding-top: 30px !important;
}

.wp-post-image{
		width: 100%;
		height:auto;
		max-height:400px;
		object-fit:cover;
		box-sizing: border-box;
		border: 0;
}
@media (min-width: 768px) {
	.archive .wp-post-image{
		width: 40%;
		height:auto;
		max-height:400px;
		object-fit:cover;
		box-sizing: border-box;
		border: 1px solid #84c226;
		margin: 50px;
		padding: 5px;
	}

	.archive article:nth-child(odd) .wp-post-image{ 
    float:left; 
	}
	.archive article:nth-child(even) .wp-post-image{
     float:right;
	}
}

/*
.uk-navbar-nav > li {
    margin-right: 10px !important;
}
*/

.uk-navbar-brand {
    width: auto;
    padding: 5px !important;
}

@media (max-width: 981px) {
  .tm-navbar {
    background: #fff !important;
  }
}

/*
@media (min-width: 768px) and (max-width: 1600px) {
  .uk-visible-large {
    display: none !important;
  }
}
*/

.uk-panel-hover:hover {
		background: #e1dede !important;
}

.wpcf7-form .uk-button-primary {      
		color: #ffffff !important;
}

.st-tag-cloud a:hover {
	color:#fff !important;
}

/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}