/*!
Theme Name: emelogep
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Positive Design
Author URI: https://positivedesign.agency/
Description: A child theme for Emelőgép Cegléd.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: emelogep
*/

/* Theme customization starts here
-------------------------------------------------------------- */

input,
textarea,
button,
select,
a,
h3,
li {
	-webkit-tap-highlight-purple: rgba(0, 0, 0, 0);
}
/* Global focus and active - outline */
*:focus,
*:active {
	outline: 0;
}
*:focus-visible {
	outline: 1px solid var(--global-palette1);
}

/* prevent image user select */
img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* autofill blue background correction */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

/************* GENERAL ************/
/*
:root {
	--highlight-purple: #b21f5b;
	--highlight-green: #259783;
}

.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
*/
body .single-content h2:not(.page-id-123 h2) {
	padding-bottom: 5px;
	position: relative;
	width:fit-content;
}
.single-content h2:not(.page-id-123 h2):before {
	content: '';
    display: block;
	background-color: var(--global-palette2);
    width: 40px;
    height: 3px;
}

.kadence-sticky-header.item-is-stuck {
	box-shadow: 0px 3px 3px 0px rgba(209, 209, 209, 0.5);
}

/******************** HOME *******************/

.home-hero .wp-block-kadence-column .kt-inside-inner-col {
	aspect-ratio: 16 / 9;
}
.home-hero img {
	filter: invert(99%) sepia(1%) saturate(2581%) hue-rotate(131deg) brightness(121%) contrast(100%);
}
.referenciak .wp-block-media-text__content {
	padding: 0;
}
@media(max-width: 767px) {
	.home-hero .ollos {grid-area: 1 / 1 / 2 / 2;}
	.home-hero .targonca {grid-area: 2 / 1 / 3 / 2;}
	.home-hero .karos {grid-area: 4 / 1 / 5 / 2; }
	.home-hero .kosaras {grid-area: 3 / 1 / 4 / 2; }
}
@media (width > 768px) {
	.referenciak .wp-block-media-text__content {
		padding: 0 30px;
	}	
}
@media (width > 1025px) {
	.home-hero .kt-blocks-info-box-media-container .kadence-info-box-image-inner-intrisic-container {
		max-width: 100px;
	}
}

/************* EMELOGEPEK ARCHIVE ************/
.more-link-wrap .kadence-svg-iconset {display: none;}
.more-link-wrap {
	border-radius: 30px;
    color: var(--global-palette9);
    background: var(--global-palette2);
	padding: 8px 16px;
	width: fit-content;


}
.more-link-wrap a.post-more-link {
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
}
.emelogep-type a{
    text-decoration: none;
}

/************* EMELOGEPEK SINGLE ************/

@media (min-width: 1025px) {
  .gep-desc.wp-block-group {
    flex-direction: row;
	gap: 50px;
  }
}