@charset "utf-8";
/* CSS Document */

/*
Theme Name: Geller Anna Photography
Author: Zoltán Mezei
Author URI: www.fantastico.hu
Version: 1.0
License: Geller Anna
*/

* {
	margin: 0; 
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
}

body {
	font-family: geomanistregular;
	font-size:14px;
	min-height: 100vh;
	background: var(--bg-color);
	color: var(--text-color);	
}



:root{
	--bg-color: #000000;
	--text-color: #5F5F5F;
	--main-color: #DA1F3D;
}

p {
	font-family: 'goldenbookregular';
	color: #5F5F5F;
	line-height: 140%;
	font-size: 1.1rem;
}

a {
	color: var(--text-color);
}

.grey {
	color: #5F5F5F;
}

.line-top-3 {
	padding-top: 3.3rem;
}
.line-top-2 {
	padding-top: 2.2rem;
}
.line-top-1 {
	padding-top: 1.1rem;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


.responsive-img {
	width: 100%;
	height: auto;
}

.grey-line {
  border: none;
  height: 1px;
  background-color: #9F9F9F;
  width: 100%;
  margin: 3.3rem 0;	
}

.menulogo p {
	color: var(--text-color);
	font-size: 1.2rem;
	font-weight: 500;
	padding: 0 0;
	font-family: 'neue_kabelregular';
	text-align: center;
}	

/* menü */
header{
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	padding: 28px 12%;
	transition: all .50s ease;
}
.logo{
	display: flex;
	align-items: center;
}
.logo i{
	color: var(--main-color);
	font-size: 28px;
	margin-right: 3px;
}
.logo span{
	color: var(--text-color);
	font-size: 1.7rem;
	font-weight: 600;
}
.navbar{
	display: flex;
}
.navbar a{
	color: var(--text-color);
	font-size: 1.0rem;
	font-weight: 500;
	padding: 5px 0;
	margin: 0px 30px;
	transition: all .50s ease;
	font-family: 'neue_kabelregular';
}
.navbar a:hover{
	color: var(--main-color);
}
.navbar a.active{
	color: var(--main-color);
}
.main{
	display: flex;
	align-items: center;
}
.main a{
	margin-right: 25px;
	margin-left: 10px;
	color: var(--text-color);
	font-size: 1.1rem;
	font-weight: 500;
	transition: all .50s ease;
}
.user{
	display: flex;
	align-items: center;
}
.user i{
	color: var(--main-color);
	font-size: 28px;
	margin-right: 7px;
}
.main a:hover{
	color: var(--main-color);
}
#menu-icon{
	font-size: 35px;
	color: var(--text-color);
	cursor: pointer;
	z-index: 10001;
	display: none;
}


@media (max-width: 1280px){
	header{
		padding: 14px 2%;
		transition: .2s;
	}
	.navbar a{
		padding: 5px 0;
		margin: 0px 20px;
	}
}

@media (max-width: 1090px){
	#menu-icon{
		display: block;
	}
	.navbar{
		position: absolute;
		top: 100%;
		right: -100%;
		width: 270px;
		height: 50vh;
		background: var(--main-color);
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		border-radius: 10px;
		transition: all .50s ease;
	}
	.navbar a{
		display: block;
		margin: 12px 0;
		padding: 0px 25px;
		transition: all .50s ease;
	}
	.navbar a:hover{
		color: var(--text-color);
		transform: translateY(5px);
	}
	.navbar a.active{
		color: var(--text-color);
	}
	.navbar.open{
		right: 2%;
	}
}

/* main image */

.text-with-arrow {
  display: flex;
  align-items: flex-start; /* vagy 'center', ha középre szeretnéd igazítani függőlegesen */
  gap: 2.2rem; /* távolság a nyíl és a szöveg között */
}

.arrow-icon {
  width: 16px; /* vagy ami illik a dizájnhoz */
  height: auto;
  margin-top: 6px; /* ha a szöveg első sora fölé lóg, finoman állítható */
}



/* form */

.wpcf7 p {
  font-family: 'goldenbookregular', serif;
  color: #5F5F5F;
  font-size: 1.1rem;
  line-height: 140%;
}

/* Szövegmezők és textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 1.6rem 1.6rem;
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  font-family: 'goldenbookregular', serif;
  color: #5F5F5F;
  font-size: 1.1rem;
  line-height: 140%;
  box-sizing: border-box;
  margin-bottom: 16px;
  resize: vertical;
}

/* Textarea külön kezelése ha szükséges */
.wpcf7 textarea {
  min-height: 120px;
}

/* Checkbox stílus */
/* Checkbox konténer: az egész sort igazítja */
.wpcf7-form .form-check-01 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'goldenbookregular', serif;
  font-size: 1.1rem;
  color: #5F5F5F;
  margin: 20px 0;
}

/* A beágyazott label belső elemei */
.wpcf7-form .form-check-01 input[type="checkbox"] {
  appearance: none; /* alap checkbox kinézet eltüntetése */
  width: 2.2rem;
  height:2.2rem;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin: 0;
  flex-shrink: 0;
}

/* Ha be van pipálva */
.wpcf7-form .form-check-01 input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 9px;
  width: 0.8rem;
  height: 1.6rem;
  border: solid #999;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* A szöveg igazítása (mivel a label az egész sort tartalmazza) */
.wpcf7-form .form-check-01 label {
  display: flex;
  align-items: center;
  gap: 12px;
}


/* Küldés gomb */
.wpcf7 input[type="submit"] {
  width: 100%;
  padding: 1.6rem 1.6rem;
  background-color: #000;
  color: #fff;
  font-family: 'goldenbookregular', serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
	margin-top: 1.1rem;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #333;
}


/* válaszüzenet*/

.wpcf7-response-output {
  padding-top: 2.2rem;
  font-family: 'goldenbookregular', serif;
  color: #5F5F5F;
  font-size: 1.1rem;
  line-height: 1.5;
  background: none !important;
}

/* footer */

.footer p {
	text-align: left;
}

.footer-container {
  display: flex;
  align-items: flex-start; /* egy magasságban induljanak */
}

.footer-left {
  width: 70%;
  text-align: left;
}

.footer-right {
  width: 30%;
  text-align: right;
}


.footer-img {
  width: 36px;
  height: auto;
}
/* vertical spacing between columns

[class*="col-"] {
  margin-right: -15px;
  margin-left: -15px;
}  */