/*
Theme Name: TZK Draft
Theme URI: http://zajtaiorsolya.hu
Description: A basic responsive theme based on Bootstrap 5
Author: Orsolya Zajtai
Author URI: http://zajtaiorsolya.hu/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This is a basic theme for Wordpress 6.2 built with Bootstrap 5.
*/


:root {
	--bs-blue: #37B263;
	--bs-blue2: #8AC35F;
	--bs-blue3: #CAD269;
	--bs-blue4: #FFDF82;
	--bs-link-color: #8AC35F;
	--bs-link-color-rgb: 55, 178, 99;
	--bs-link-hover-color: #37B263;
	--bs-link-hover-color-rgb: 138, 195, 95;
	--bs-danger: #ff7029;
	--bs-danger-rgb: 255, 112, 41;
	--bs-success: #57b33e;
	--bs-success-rgb: 87, 179, 62;
	--bs-dark: #1f242c;
	--bs-dark-rgb:31, 36, 44;
	--bs-primary:#3a5fac;
	--bs-primary-rgb: 58,95,172;
	--color-primary:#8AC35F;
	--color-secondary:#37B263;
	--color-default: #CAD269;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #8AC35F;
	--bs-btn-border-color: #8AC35F;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #37B263;
	--bs-btn-hover-border-color: #37B263;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #37B263;
	--bs-btn-active-border-color: #37B263;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
}

html {
	overflow-x: hidden;
}
body {
	font-family: 'Mulish', sans-serif;
	line-height: 1.6rem;
	color: #333;
	

}
a {
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h3 {
	/*font-size: 18px;*/
}
h2 {
	font-size: 32px;
	font-weight: 700;
	position: relative;
	color: #2e3135;
	margin: 4rem 0 3.5rem 0;
}
h2:before {
	content: "";
	width: 50px;
	height: 2px;
	background: var(--bs-blue);
	display: inline-block;
	margin: 0 15px 10px 0;
}
h2:after {
	content: "";
	width: 50px;
	height: 2px;
	background: var(--bs-blue);
	display: inline-block;
	margin: 0 0px 10px 15px;
}
img {
	max-width: 100% !important;
	width:auto;
	max-height: 100%;
	height: auto;
}
.btn {
	border-radius: 40px;
	padding-right: 2rem;
	padding-left: 2rem;
}
.wp-caption {
	max-width: 100%;
}
.form-control {
	margin-bottom: 10px;
}
.form-label {
	margin-bottom:0;
}
#comment.form-control {
	margin-top: 10px;
}
.tag-list .well {
	margin-top:10px;
}
span.wpcf7-list-item { display: block; }

#top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 3;
	padding: 4px 10px;
}
.list-inline-item {
	background: #eee;
	margin: 8px 3px;
	padding: 3px 10px;
}

.mt-55 {
	margin-top: .5rem;
}

@media only screen and (max-width:1399.98px) {
	.mt-55 {
		margin-top: 0.5rem;
	}
}
.mh-100 {
	height: 90px;
	transition: 0.4s;
}
.mh-60 {
	height: 45px;
	transition: 0.4s;
}
.lh-150 {
	height: 150px !important;
}
@media only screen and (max-width:1199.98px) {
	.lh-150 {
		height: 80px !important;
	}
}
.parallax {
	min-height: 300px;
	position: relative;
	display: flex;
	
}
.parallax:before {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	content: "";
	opacity:0.1;
	inset: 0;
	background-image: url("images/solar-panels-wind-turbines-green-energy-concept.jpg");
	-webkit-filter: grayscale(1); 
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	filter: gray; 
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.header {
	transition: all 0.5s;
	z-index: 997;
	padding: 24px 0;
}

@media (max-width: 1200px) {
	.header {
		padding: 12px 0;
	}
}

.header.sticked {
	background: rgba(31, 36, 44, 0.9);
	padding: 12px 0;
}

.header .logo img {
	max-height: 40px;
	margin-right: 6px;
}

.header .logo h1 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	font-family: var(--font-secondary);
	margin: 0;
}
@media (min-width: 1200px) {
.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0 15px 30px;
	font-family: var(--font-default);
	font-size: 15px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.6);
	white-space: nowrap;
	transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: #fff;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.2s;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 15px;
	text-transform: none;
	color: var(--color-secondary);
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	color: var(--color-primary);
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}

@media (min-width: 1200px) {
	.mobile-nav-show,
	.mobile-nav-hide {
		display: none;
	}
}

@media (max-width: 1199px) {
	.navbar {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		max-width: 400px;
		bottom: 0;
		transition: 0.3s;
		z-index: 9997;
	}

	.navbar ul {
		position: absolute;
		inset: 0;
		padding: 50px 0 10px 0;
		margin: 0;
		background: rgba(27, 47, 69, 0.9);
		overflow-y: auto;
		transition: 0.3s;
		z-index: 9998;
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
		font-family: var(--font-default);
		font-size: 15px;
		font-weight: 600;
		color: rgba(255, 255, 255, 0.7);
		white-space: nowrap;
		transition: 0.3s;
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}

	.navbar a:hover,
	.navbar .active,
	.navbar .active:focus,
	.navbar li:hover>a {
		color: #fff;
	}

	.navbar .dropdown ul,
	.navbar .dropdown .dropdown ul {
		position: static;
		display: none;
		padding: 10px 0;
		margin: 10px 20px;
		background-color: rgba(20, 35, 51, 0.6);
	}

	.navbar .dropdown>.dropdown-active,
	.navbar .dropdown .dropdown>.dropdown-active {
		display: block;
	}

	.mobile-nav-show {
		color: rgba(255, 255, 255, 0.9);
		font-size: 28px;
		cursor: pointer;
		line-height: 70px;
		transition: 0.5s;
		width: 40px;
	}

	.mobile-nav-hide {
		color: rgba(255, 255, 255, 0.9);
		font-size: 32px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
		position: fixed;
		right: 15px;
		top: 15px;
		z-index: 9999;
	}

	.mobile-nav-active {
		overflow: hidden;
	}
	.mobile-nav-active .navbar {
		right: 0;
	}

	.mobile-nav-active .navbar:before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(27, 47, 69, 0.7);
		z-index: 9996;
	}
}

.hero {
	width: 100%;
	min-height: 100vh;
	background: url("images/hero-bg.jpg") center center;
	background-size: cover;
	position: relative;
	padding: 30px 0 120px 0;
	z-index: 3;
}
.hero h3 {
	color: #fff;
}
.herologo {
	height: 120px;
}

@media (min-width: 1200px) {
	.hero:after {
		position: absolute;
		content: "";
		width: 40%;
		background: var(--color-secondary);
		top: 0;
		bottom: 0;
	}
	.hero {
		padding: 120px 0;
	}
	.herologo {
		height: 170px;
	}
}
@media (min-width: 1600px) {
	.hero:after {
		position: absolute;
		content: "";
		width: 43%;
		background: var(--color-secondary);
		top: 0;
		bottom: 0;
	}
}
@media (min-width: 2100px) {
	.hero:after {
		position: absolute;
		content: "";
		width: 47%;
		background: var(--color-secondary);
		top: 0;
		bottom: 0;
	}
}

.hero:before {
	position: absolute;
	content: "";
	background: rgba(55, 178, 99, 0.1);
	inset: 0;
}

@media (max-width: 1199px) {
	.hero:before {
		background: rgba(55, 178, 99, 0.8);
	}
}

.hero .container {
	z-index: 1;
}

@media (min-width: 1200px) {
	.hero {
		background-attachment: fixed;
	}
	.hero:before {
		background: url("images/hero-bg.jpg") left center;
		background-size: cover;
		width: 60%;
		top: 0;
		bottom: 0;
		left: 40%;
		min-height: 100vh;
	}
}

.hero h2 {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	font-family: var(--font-secondary);
}

.hero blockquote {
	color: #fff;
	padding-left: 20px;
	font-size: 15px;
	font-family: var(--font-default);
	border-left: 2px solid var(--color-primary);
	margin: 40px 0;
}

.hero .btn-get-started {
	font-family: var(--font-secondary);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
	transition: 0.5s;
	color: #fff;
	background: var(--color-primary);
}

.hero .btn-get-started:hover {
	background: rgba(86, 184, 230, 0.8);
}

@media (max-width: 767px) {
	.hero h2 {
		font-size: 36px;
		line-height: 1;
	}

	.hero .btn-get-started {
		font-size: 13px;
	}
}
.box {
	border-left: 2px solid var(--color-secondary);
	background: linear-gradient(to right, rgba(248,249,250,1) 50%,rgba(248,249,250,0) 100%);
}
.text-justify {
	text-align: justify;
	hyphens: auto;
}