/* styles-bandi.css v1.1 | zsiraiandras.com */

/* Normalize
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
  * HFCM SNIPPET: <link rel="stylesheet" href="https://sosveszprem.zsiraiandras.com/wp-content/b-styles-sosvp.css">
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
   * Remove the margin in all browsers.
   */

body {
	margin: 0;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
/*
PRIMARY COLOR: #252e7d
SECONDARY COLOR: #0093dd
*/
/* 
  =====================================================
  GLOBAL
  =====================================================
*/
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0;
}

.stm_mobile__switcher span {
	background: #252e7d;
}

.stm-header {
	margin-bottom: 0;
}

body.home .stm-header__element .stm-navigation__default > ul {
	margin: 0;
	padding: 1em 2em;
	border-radius: 10em;
	background-color: #252e7d;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
body.home .stm-navigation__default > ul > li > a {
	font-size: 16px;
	padding: 0 25px;
	color: #ffffff !important;
}

.section .b-btn {
	background-color: #252e7d;
	font-family: Poppins;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 20px;
	padding: 8px 40px;
	border-radius: 80px;
	transform-origin: 50% 50%;
	opacity: 1;
}

.section .b-btn:hover {
	background-color: #0093dd !important;
}

.stm_pricing-table_style_1 {
	background-color: #f6f6f6;
	border: 5px solid #f6f6f6;
	padding: 35px 20px;
	position: relative;
	transition: all 0.3s linear;
	text-align: center;
	border-radius: 1em;
}
.h2,
h2 {
	line-height: 1.3em;
	text-transform: uppercase;
}
/* 
  =====================================================
  SECTION 1
  =====================================================
*/
.section-1 {
	padding: 5vh 0 15vh;
}

.section-1 .szolg-img .vc_single_image-wrapper {
	width: 100%;
	height: 250px;
}

.section-1 .szolg-img .vc_single_image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.2em;
}

.section-1 .szolg-title {
	font-size: 1.3em;
	line-height: 1.2em;
}

.szolg-row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	gap: 40px;
}

.szolg-row:after,
.szolg-row:before {
	content: none;
}

.szolg-row .szolg-wrapper {
	flex: 0 1 auto;
}

.szolg-row .szolg-wrapper .vc_column-inner {
	margin: 0;
	padding: 0;
}

.szolg-wrapper .szolg-img {
	margin-bottom: 25px;
	transition: all 0.3s ease-in-out;
}

.szolg-wrapper .szolg-img figure {
	width: 100%;
}

.szolg-wrapper:hover .szolg-img {
	transform: translateY(-10px);
}

/* 
  =====================================================
  SECTION 2
  =====================================================
*/
.section-2 {
	padding: 15vh 0;
}

.gallery-slider {
	margin: 0;
	padding: 0;
	width: calc(100% - 30px);
	height: 60vh;
	overflow: hidden;
	border-radius: 2em;
}

.gallery-slider .slide {
	width: 100%;
	height: 100%;
}

.gallery-slider .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 
  =====================================================
  SECTION 3
  =====================================================
*/

.stm_no_side_pd {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100%;
}

.rolunk-text {
	margin: 0;
	padding: 10%;
}

/* 
  =====================================================
  SECTION 3 - KAPCSOLAT
  =====================================================
*/

#form-wrapper {
	margin: 30px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 0px 120px;
}

#form-wrapper .left {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

#form-wrapper label {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 500;
}

#form-wrapper .left label:nth-of-type(1) {
	width: 45%;
}

#form-wrapper .left label:nth-of-type(2) {
	width: 45%;
	margin-left: auto;
}

.wpcf7-form-control-wrap {
	display: block;
	margin: 0;
}

.wpcf7-textarea {
	margin-bottom: 30px;
}

#form-wrapper select,
#form-wrapper input[type="text"],
#form-wrapper input[type="email"],
#form-wrapper input[type="search"],
#form-wrapper input[type="password"],
#form-wrapper input[type="number"],
#form-wrapper input[type="date"],
#form-wrapper input[type="tel"],
#form-wrapper textarea,
#form-wrapper .form-control {
	width: 100%;
	font-size: 13px;
	color: #999999 !important;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: none !important;
	outline: none !important;
	padding: 12px 13px;
	height: 50px;
	transition: none;
	border-radius: 0.5em;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button[type="submit"]:not(.btn),
input[type="submit"]:not(.btn) {
	display: inline-block;
	min-width: 180px;
	padding: 10px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	background-color: #252e7d;
	border-radius: 0.5em;
}

.required {
	color: var(--wp--preset--color--vivid-red);
	margin-left: 4px;
}

button[type="submit"]:not(.btn):hover,
input[type="submit"]:not(.btn):hover {
	background-color: #0093dd;
	color: #ffffff;
}

@media screen and (max-width: 1024px) {
	.stm_header_style_1 .stm-header {
		padding: 0;
		margin-bottom: 0 !important;
		background-color: #252e7d !important;
		z-index: 999;
	}
	#wrapper .stm_mobile__header {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		background-color: transparent !important;
		z-index: 200;
	}
	body.home .stm-header__element .stm-navigation__default > ul {
		margin: 0;
		padding: 3em 1em 0;
		border-radius: 0;
		background-color: #252e7d;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: space-between;
		align-items: center;
	}
	.rolunk-row:first-of-type {
		margin-top: 80px;
	}
	.rolunk-row-reverse .row {
		flex-direction: column-reverse;
	}
	.rolunk-row .vc_col-has-fill {
		height: 40vh;
	}
}

@media screen and (max-width: 991px) {
	.h2,
	h2 {
		font-size: 35px;
		text-align: center;
	}
	.szolg-row {
		flex-wrap: wrap;
		margin: 0;
		padding: 0 15px;
	}
	.szolg-row .szolg-wrapper {
		width: 45%;
	}
}

@media screen and (max-width: 550px) {
	.szolg-row .szolg-wrapper {
		width: 100%;
	}
	.gallery-slider {
		width: calc(100vw - 30px);
	}

	#form-wrapper {
		margin: 30px 0;
		padding: 0 15px;
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	#form-wrapper label {
		margin-bottom: 25px;
	}
}
