.d-none{display:none!important}
.wpcf7-select{padding:15px;font-size:24px;text-align:center;}
.wpcf7-list-item-label {
	font-weight: normal;
	margin-right: 10px;
}
.wpcf7-form label{font-weight:bold;}
.wpcf7-form [type="checkbox"], .wpcf7-form [type="radio"]{
	transform:scale(2);
	margin-right:6px;
}
.wpcf7-form .wpcf7-submit {
	background: var(--wp--preset--gradient--midnight) !important;
	border: 0;
	border-radius: 0.25rem;
	color: white;
	font-size: large;
	padding: 1rem 3rem;
}
.wpcf7-form .wpcf7-submit:hover{color:white}
.wp-block-table td {
	border: 10px solid #fff;
	padding: 1rem;
	background: #efefef;
}

.text_1 {  animation: text1;}
.text_2 {  animation: text2;}
.text_1, .text_2 {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  animation-duration: 20s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: infinite;
}
.text_1::after, .text_2::after {
  content: "|";
  position: absolute;
  right: 0;
  animation: caret infinite;
  animation-duration: 1s;
  animation-timing-function: steps(1, end);
}

@keyframes text2 {
  0%, 50%, 100% {width: 0;  }
  60%, 90% {    width: 21.2em;  }
}

@keyframes text1 {
  0%, 50%, 100% {width: 0;}
  10%, 40% {width: 17em;}
}

@keyframes caret {
  0%, 100% {opacity: 0;}
  50% {opacity: 1;}
}
.custom-header-button{min-width:140px}
.badge-overlay {
	position: absolute;
	left: 0%;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 100;
	-webkit-transition: width 1s ease, height 1s ease;
	-moz-transition: width 1s ease, height 1s ease;
	-o-transition: width 1s ease, height 1s ease;
	transition: width 0.4s ease, height 0.4s ease;
}
.top-right {
	position: absolute;
	top: 0;
	right: 0;
	-ms-transform: translateX(30%) translateY(0%) rotate(45deg);
	-webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
	transform: translateX(30%) translateY(0%) rotate(45deg);
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}
.badge.red {background: #ed1b24;}
.badge.orange {background: #fa7901;}
.badge.blue {background: #00adee;}
.news-box{
	width: 320px;
	height: auto;
	min-height: 190px;
	background: transparent;
	position: relative;
	margin: 15px;
	padding: 20px;
	box-sizing: border-box;
	border:0px solid white;
	color: white;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url('/wp-content/uploads/2023/01/lignano-sabbiadoro-camping-2023_thumb-600x400.jpg');
	box-shadow: 2px 0px 10px 20px rgba(0,0,0,0.13);
	border-radius:0.5rem;
	overflow:hidden;
	transform:rotate(7deg);
	transition-duration:0.3s;
	display: none;
}
.news-box:hover{
	transform:rotate(0deg);
	transition-duration:0.3s;
	box-shadow: 2px 0px 10px 10px rgba(0,0,0,0.1);
}
.news-box a{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	background:rgba(255,255,255,0.85);
	color:red;
	font-weight:bold;
}
/* ÚJ CÍMKE */
.menu-item-280::after {
	width: 28px;
	height: 20px;
	position: absolute;
	top: -8px;
	background: red;
	color:white;
	content: "ÚJ";
	right: -20px;
	line-height: 1.5;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
}
/* Aloldal címének elrejtése*/
#post-383 .entry-header{display:none;}

@media (max-width: 991px){
	.custom-logo-text {line-height: 0.75 !important;}
	.menu-item-280::after {
		top:3px;
		right:unset;
		margin-left:8px;
	}
}
.badge::before, .badge::after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px;
}
.badge::before {  right: 100%;}
.badge::after {  left: 100%;}


