/*
 Theme Name:   Generatepress Child
 Template:     generatepress
 Text Domain:  generatepress-child
*/

@charset "utf-8";

/* CONSTANTS

	barna		#7e635b
	dark barna	#6d5752
	orange		#f18500
	

*/



/* GLOBAL */


/* weboldal max szélesség */
body {
	max-width: 2560px;
	margin: 0 auto;
}
@media (min-width: 2560px) {
	.no-sidebar .entry-content .alignfull {
		margin-left: calc(-2560px/2 + 100%/2);
		margin-right: calc(-2560px/2 + 100%/2);
	}
	#sticky-navigation {
		max-width: 2560px;
		left: auto;
		right: auto;
	}
}




/* CF7 form elemek */
.wpcf7-form-control {
	width: 100%;
}
span.wpcf7-list-item {
	width: 100%;
	margin-left: 0;
	padding: 0.25em 0;
}
span.wpcf7-list-item input {
	margin-right: 0.25em;
}
div.wpcf7-mail-sent-ok {
	border: none;
	background: #abdeab;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: none;
	background: #f7ef81;
}



/* narancssárga szövegek */
.orange {
	color: #f18500 !important;
}



/* h1 elválasztás */
h1 {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}



/* h2 eltartás */
h2 {
	margin-top: 1em;
}



/* mobilon eltűnő elemek */
.hide-on-destop {
	display: none !important;
}
@media (max-width: 1024px) {
	.hide-on-mobile {
		display: none !important;
	}
}
.hide-on-mobile-joe {
	flex-basis: 10% !important;
}
.show-on-mobile-joe {
	flex-basis: 80% !important;
}
@media (max-width: 599px) {
	.hide-on-mobile-joe {
		display: none !important;
	}
}



/* szöveg méretek */
.large {
	font-size: 1.5em !important;
}
.huge {
	font-size: 2.2em !important;
}
@media (max-width: 1024px) {
	body, button, input, select, textarea {
		font-size: 20px !important;
	}
	.large, h3 {
		font-size: 1.1em !important;
	}
	.huge {
		font-size: 1.5em !important;
	}
}


/* listák behúzás */
ul, ol {
	margin-left: 0 !important;
}




/* HEADER */

/* fejléc */
#site-navigation, #sticky-navigation {
	background: url(/wp-content/uploads/2020/06/brick-home-site-felso-menu-bg.png) center center no-repeat;
	background-size: cover;
}
#site-navigation {
    margin-bottom: -40px;
	position: relative;
}


/* mobil menü ikon nagyobb */
.menu-toggle:before {
	font-size: 22px;
	display: block;
}

/* slideout menü felső padding */
#generate-slideout-menu {
	padding-top: 1em;
}



/* menü anchor linkek */
.anchormenu-home {
	display: none !important;
}
.home .anchormenu {
	display: none !important;
}
.home .anchormenu-home {
	display: inline-block !important;
}




/* menü ikonok */
.menu-item.facebook a, .menu-item.instagram a {
	display: inline-block;
	width: 24px;
	background-size: 24px !important;
	text-align: left;
	text-indent: -9999px;
}
.menu-item.facebook a {
	background: url(/wp-content/uploads/2020/07/facebook-icon.png) center center no-repeat;
}
.menu-item.instagram a {
	background: url(/wp-content/uploads/2021/05/mail-icon.png) center center no-repeat;
}




/* logo */
.navigation-branding img, .site-logo.mobile-header-logo img {
	padding: 10px 0 15px 0 !important;
}
@media (max-width: 1024px) {
	.navigation-branding img, .site-logo.mobile-header-logo img {
		height: 100px !important;
	}
}
@media (max-width: 768px) {
	.navigation-branding img, .site-logo.mobile-header-logo img {
		height: 80px !important;
	}
}




/* CONTENT */



/* section backgrounds overlay */
.section-1-bottom, .section-4, .section-6-bottom {
	z-index: 1;
}


/* mivagyunk vastagabb */
.mivagyunk {
	font-weight: 600;
}


/* sárga számozás */
/* https://css-tricks.com/custom-list-number-styling/ */
ol.ol-orange {
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol.ol-orange li {
  counter-increment: my-awesome-counter;
  color: white;
}
ol.ol-orange li::before {
  content: counter(my-awesome-counter) ". ";
  color: #f18500;
  font-weight: 600;
}


/* referenciák */
.referencia-box {
	margin-top: 50px;
}
.referencia-box .uagb-ifb-title {
	font-size: 2.8em !important;
}
.teljeskoru .uagb-ifb-text-wrap {
	box-sizing: border-box;
	width: 200px;
	height: 200px;
    margin: -15px auto 0;
	
	border: solid 5px white;
    border-radius: 50%;
	
    display: flex;
    align-items: center;
    justify-content: center;
}
.teljeskoru p {
	margin: 0;
}


/* kik vagyunk */
.kikvagyunk-box {
	margin-top: 50px;
}
.kikvagyunk-box.kepnelkul {
	margin-top: 50px;
}
.kikvagyunk-box .uagb-ifb-desc {
	color: #f18500;
	margin-top: -10px;
}


/* kontakt */
.kontakt-box {
	margin-top: 50px;
}
.kontakt-box a {
	color: white;
}
.kontakt-box a:hover {
	color: #7e635b;
}

.wpcf7-form textarea {
	height: 10em;
}

.wpcf7-submit {
	display: block;
	width: 180px;
    margin: 3em auto 0;
    border-radius: 50px;
}

#cookie_hdr_showagain::before {
    content: url('/wp-content/uploads/2021/05/cookie-sav.png');
}

/* recaptcha badge */
.inv-recaptcha-holder {
	text-align: center !important;
}
.grecaptcha-badge {
	display: inline-block !important;
}