/*
Theme Name: HZSE by SzalaiDesign
Author: SzalaiDesign
Author URI: https://szalaidesign.hu/
Version: 9.9.9
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body html {
	font-family: 'Source Sans Pro', sans-serif;
}
.maintitle, .midcontent1, .midcontent2 {
	width: 80%;
    margin: auto;
}
.maintitle2 {
	width: 100%;
    margin: auto;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'LEMONMILK-Regular', sans-serif;
	text-transform: uppercase;
}

/* 'Source Sans Pro' */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap');

@font-face {
  	font-family: "LEMONMILK-Regular";
  	src: 	url("/wp-content/themes/HZSE/fonts/LEMONMILK-Regular.woff") format("woff"), /* Modern Browsers */
    		url("/wp-content/themes/HZSE/fonts/LEMONMILK-Regular.woff2") format("woff2"); /* Modern Browsers */
  	font-weight: normal;
  	font-style: normal;
    font-display: swap;
}
@font-face {
  	font-family: "LEMONMILK-Medium";
  	src: 	url("/wp-content/themes/HZSE/fonts/LEMONMILK-Medium.woff") format("woff"), /* Modern Browsers */
    		url("/wp-content/themes/HZSE/fonts/LEMONMILK-Medium.woff2") format("woff2"); /* Modern Browsers */
  	font-weight: normal;
  	font-style: normal;
	font-display: swap;
}
@font-face {
  	font-family: "LEMONMILK-Light";
  	src: 	url("./fonts/LEMONMILK-Light.woff") format("woff"), /* Modern Browsers */
    		url("./fonts/LEMONMILK-Light.woff2") format("woff2"); /* Modern Browsers */
  	font-weight: normal;
  	font-style: normal;
    font-display: swap;
}
@font-face {
  	font-family: "LEMONMILK-Bold";
  	src: 	url("./fonts/LEMONMILK-Bold.woff") format("woff"), /* Modern Browsers */
    		url("./fonts/LEMONMILK-Bold.woff2") format("woff2"); /* Modern Browsers */
  	font-weight: normal;
  	font-style: normal;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.morebutton {
    margin-top: 20px;
    font-size: 20px;
}
.morebutton a {
	border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 3px solid #0F006C;
    padding: 5px;
	font-size: 19px !important;
}
/* .wp-block-latest-posts li:nth-child(even) .morebutton {
	float: right;
} */
.continue {
	margin-bottom: 3%;
	text-align: center;
}
.continue a, .continue a:hover {
	border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 3px solid #0F006C;
    padding: 5px;
    font-size: 32px !important;
	color: #0F006C !important;
	font-family: 'LEMONMILK-Regular', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.entry-content {
	font-family: 'Source Sans Pro', sans-serif;
}
.maintitle {
	font-family: 'LEMONMILK-Medium', sans-serif;
	font-size: 140px;
	text-transform: uppercase;
	color: #0F006C;
	border-bottom: 15px solid #0F006C;
}
.maintitle2 {
	font-family: 'LEMONMILK-Medium', sans-serif;
	font-size: 140px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 50px;
}
.midcontent1 {
	background: #F0F0F0;
	padding: 3%;
	margin-bottom: 2%;
}
.midcontent2 {
	padding: 3%;
	margin-bottom: 2%;
}
.wp-block-latest-posts a, .wp-block-latest-posts a:hover {
	font-family: "LEMONMILK-Bold";
	font-size: 33px;
	color: #0F006C;
	text-decoration: none;
}
.contactcards .wp-block-column {
	background: #F0F0F0;
	padding: 20px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
}
.wp-block-latest-posts__post-excerpt {
	text-align: justify;
}
.post {
	width: 100%;
}
.post-thumbnail {
}
.post-thumbnail img {
	width: auto;
	height: auto;
	max-height: 600px;
	display: block;
	margin: 0 auto 50px auto;
}
.postcard {
	overflow: hidden;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-container {
    top: 0;
	z-index: 100;
	background: rgba(15, 0, 108, 0.1);
    position: fixed;
    width: 100%;
	backdrop-filter: blur(5px);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}
.navbar-logo img {
	height: 80px;
	margin-left: 10px;
}
.navbar-back {
	position: absolute;
    width: 100%;
    height: 100px;
	background-image: url("/wp-content/themes/HZSE/graphics/Headerimg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.navbar-menu {
	position: absolute;
    top: 0;
    right: 0;
	padding-right: 30px;
}
.navbar {
	padding: 0;
}
.menuspacer {
	height: 100px;
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	background: #0F006C;
}
.menumargin {
	margin-bottom: 100px;
}
.cookie-notice-container {
    height: 100px;
	padding: 37px 30px;
}
.cn-button.bootstrap {
    color: #0F006C;
    background: #FFFFFF;
}
.cn-close-icon {
	display: none;
}
/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.topcont, .topcont2 {
    position: relative;
}
.topcont2 {
    height: 400px;
	background: #0F006C;
}
.slidershaper {
    position: absolute;
    bottom: -5px;
    width: 100%;
    right: 0;
}
.slidershaper img {
    width: 100%;
}
.slidetitle1 {
	-webkit-text-stroke: 1px #FFFFFF;
}
.slidetitle2 {
	-webkit-text-stroke: 3px #0F006C;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-container {
	width: 100%;
    position: relative;
}
.footeraction {
	width: 100%;
	height: 80px;
}
.footerhover {
	display:block;
  	width: 500px;
  	height: 80px;
	float: right;
	clear: right;
  	background: url(/wp-content/themes/HZSE/graphics/footeraction.png) no-repeat center right;
  	background-size: contain;
	transition: filter .3s;
}

.footeraction a:hover {
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.6));
	-webkit-filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.6));
	-moz-filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.6));
}
.footermenu {
	background: #060029;
    color: white;
    font-size: 15px;
	line-height: 40px;
    height: 40px;
	width: 100%;
	font-family: 'LEMONMILK-Regular', sans-serif;
	text-transform: uppercase;
	padding: 0 5%;
}
.footer30 {
	width: 33%;
	margin: 0 auto;
    display: block;
    float: left;
	text-align: center;
}
.footer30 a, .footer30 a:hover, .footer30 a:visited {
	color: white;
	text-decoration: none;
}
.credits {
	background: #1E1E1E;
    color: white;
    font-size: 15px;
	line-height: 40px;
    height: 40px;
	width: 100%;
	text-align: center;
	font-family: 'LEMONMILK-Regular', sans-serif;
	text-transform: uppercase;
}
.credits a, .credits a:hover, .credits a:visited {
	color: white;
	text-decoration: none;
}
.floatfooter {
	position: fixed;
    width: 100%;
    bottom: 0;
}
.bottommargin {
	margin-bottom: 200px;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 1309px) {
	.navbar-back {
	background-image: url("/wp-content/themes/HZSE/graphics/Headerimg-s.png");
	}
}
@media only screen and (max-width: 1269px) {
	.navbar-back {
		background-image: unset;
	}
	.header-container {
		background: rgba(15, 0, 108, 1);
	}
	.navbar-logo {
		padding-right: 10px;
    	background: white;
	}
	.navbar-menu {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 1199px) {
	.navbar-menu {
		margin-top: unset;
		padding-right: 0px;
	}
	.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
		margin-right: 0px !important;
		margin-left: 0px !important;
		width: 100%;
		float: left;
	}
	.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
		height: auto;
    	width: 100%;
	}
	.slidershaper {
		border-bottom: 30px solid white;
		bottom: -30px;
		display: block;
		z-index: 1;
	}
	.maintitle {
		width: 100%;
    	font-size: 48px;
		line-height 48px;
    	padding-left: 15px;
		padding-top: 10px;
		position: relative;
		display: block;
		z-index: 2;
	}
	.midcontent1 {
    	width: 100%;
	}
	.wp-block-latest-posts a, .wp-block-latest-posts a:hover {
		font-size: 18px;
	}
	.wp-block-latest-posts.wp-block-latest-posts__list {
		padding-left: 0;
	}
	.continue {
		margin-top: 8%;
	}
	.continue a, .continue a:hover {
    	font-size: 20px !important;
	}
	.footerhover {
		width: 90%;
	}
	.footermenu {
		font-size: 12px;
	}
	.topcont2 {
		height: 100px;
	}
	.maintitle2 {
		width: 100%;
		font-size: 32px;
		padding-left: 10px;
	}
	.midcontent2, .midcontent2 .entry-content {
		width: 100%;
	}
	.slidercss {
		width: 100%;
		height: 190px;
	}
	.topcont {
		margin-top: 80px;
	}
}
@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
.wp-block-latest-posts img {
	object-fit: cover;
	height: 300px;
	width: 300px;
}
.wp-block-latest-posts li:nth-child(even) .wp-block-latest-posts__featured-image {
	float: right !important;
	margin-left: 50px !important;
	margin-right: 0px !important;
}
.wp-block-latest-posts__featured-image {
	margin-bottom: 50px !important;
	margin-right: 30px !important;
}
figcaption {
    color: #0F006C;
    font-size: 21px;
	text-align: center;
	font-family: 'LEMONMILK-Regular', sans-serif;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Alignments.min
--------------------------------------------------------------*/
.alignleft {display: inline;float: left;margin-right: 1.5em;}
.alignright {display: inline;float: right;margin-left: 1.5em;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}
a img.alignright {float: right;margin: 0.313rem 0 1.25rem 1.25rem;}
a img.alignnone {margin: 0.313rem 1.25rem 1.25rem 0;}
a img.alignleft {float: left;margin: 0.313rem 1.25rem 1.25rem 0;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.wp-caption.alignnone {margin: 0.313rem 1.25rem 1.25rem 0;}
.wp-caption.alignleft {margin: 0.313rem 1.25rem 1.25rem 0;}
.wp-caption.alignright {margin: 0.313rem 0 1.25rem 1.25rem;}