/*
 Theme Name:   receptex.hu_theme
 Theme URI:    https://receptex.hu
 Description:  receptex.hu theme
 Author:       Balogh Tibor
 Author URI:   https://receptex.hu
 Template:     generatepress
 Version:      0.1
*/
/*	alap betűtípus betöltése gyorsaság miatt	*/
h1, h2, h3, h4, h5, h6, a {
    font-family: 'Lora', sans-serif !important;
}
@font-face {
  font-family: 'YourFontName';
  src: url('path/to/your/font.woff2') format('woff2');
  font-display: swap; /* Válaszd ki a kívánt értéket */
}

html {
  scroll-behavior: smooth;
}


/*ajax spinner gravity forms*/
/* Spinner */
.gform_ajax_spinner {
	box-sizing: border-box;
	margin-top: 11px;
	margin-left: 10px;
    border: 3px solid rgba(247,150,33,1);
    border-left: 3px solid rgba(247,150,33,0);
    border-top: 3px solid rgba(247,150,33,.15);
    border-right: 3px solid rgba(247,150,33,.5);
	animation: spinner 1.1s infinite linear;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
}
@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/**/

/*ajax*/
@media only screen and (max-width: 600px) {
	.wpzrcb-submit-form .wpzrcb-submit-form-fields .two-columns {
		gap: 5px;
	}
	.wpzrcb-submit-form .wpzrcb-submit-form-fields input[type='checkbox'] {
		width: 28px;
		height: 28px;
		margin: 0 12px 12px 10px;
	}
}
.nesze {
    overflow-x: hidden;
	background-color: white;
	margin-top: -25px;
	padding-top: 50px;
	margin-bottom: -50px;
	padding-bottom: 80px;
	padding-left: 10px;
	padding-right: 10px;
}
ipr-container {
	display: none !important;
	background-color:red;
}
.ipr-info {
	display: none !important;
}

<style>
    ins.adsbygoogle[data-ad-status="unfilled"] {
        display: none !important;
    }
border-block {
	display:none !important;
}
</style>

