/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
header#header {
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
}
header#header div#header_main {
	border-bottom: none;
}

header#header div#header_main_alternate {
	border: none;
}

div#main {
	border-radius: 0px 0px 20px 20px;
}

nav.main_menu div.av-main-nav-wrap > ul {
	display: flex;
	justify-content: flex-end;
}
nav.main_menu div.av-main-nav-wrap > ul > li > a > .avia-menu-fx {
	height: 6px;
	background-color: #da021b;
	border-radius: 6px 6px 0px 0px;
}

/*
article.slide-entry {
	display: flex;
	flex-direction: row;
}
*/

/* -- POST-ListS -- */
div.slide-entry-wrap {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div.slide-entry-wrap article.slide-entry {
	display: flex;
	flex-direction: row;
	flex: 1 1 calc(50% - 20px);
	min-width: 300px;
	max-width: calc(50% - 20px);

	border-radius: 12px;
	background-color: #094F83;
	margin: 10px;
  padding: 10px;
	overflow: hidden;

	text-transform: uppercase;
	font-weight: 700;
	color: #99BFD8;
	font-size: 10px;
}
div.slide-entry-wrap article.slide-entry .slide-image{
	flex: 0 0 40%;
	background-color: #094F83;
}
div.slide-entry-wrap article.slide-entry .slide-content{
	flex: 0 0 60%;
	padding-left: 10px;
}
div.slide-entry-wrap article.slide-entry .slide-content header h3{
	text-transform: uppercase;
	font-weight: 700;
	color: #99BFD8;
	font-size: 14px;

	padding: 0px 0px 5px 0px;
	margin: 0px;
}
div.slide-entry-wrap article.slide-entry .slide-content header .blog-categories {
	display: none !important;
}
div.slide-entry-wrap article.slide-entry footer.entry-footer {
	display: none !important;
}

/* QUERY-Loop */
.query-loop ul {
	list-style: none;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.query-loop ul li {

	display: flex;
	flex-direction: row;
	flex: 1 1 calc(50% - 20px);
	min-width: 300px;
	max-width: calc(50% - 20px);

	border-radius: 12px;
	background-color: #094F83;
	margin: 10px;
  padding: 10px;
	overflow: hidden;

	text-transform: uppercase;
	font-weight: 700;
	color: #99BFD8;
	font-size: 10px;
}
.query-loop ul li .wp-block-group.image {
	flex: 0 0 40%;
	background-color: #094F83;
}
.query-loop ul li .wp-block-group.info {
	flex: 0 0 60%;
	padding-left: 10px;
}
.query-loop ul li .wp-block-group.info h2 {
	text-transform: uppercase;
	font-weight: 700;
	color: #99BFD8;
	font-size: 14px;

	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.query-loop ul li .wp-block-post-date {
	display:none;
}

.hmt-hero  {
	border: 0px !important;
}
.hmt-post {
	display: flex;
	flex-direction: row;
	background-color: #094F83;
	border-radius: 12px;
	border: 2px solid red !important;

	padding: 10px;

	height: 12em;

	position: relative;
}
body .hmt-post.column-top-margin {
	margin-top: 25px;
}
div.hmt-post.av_one_half {
	margin-left: 2% !important;
	width: 48% !important;
}
.hmt-post:hover {
		background-color: #296FA3;
}
.hmt-post > * {
	flex: 0 0 50%;
}
.hmt-post > .avia-button-wrap {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 30px;
	height: 30px;
}

.hmt-post .avia_textblock,
.hmt-post .avia_textblock h3 {
	color: white;
}
.hmt-post .avia_textblock h3 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.hmt-post .avia_textblock {
	font-size: 12px;
}
