@charset "UTF-8";

/*
Theme Name: My theme 2021
Author: Paweł Sobolewski
Text Domain: my_theme_2021
*/


:root {
	--branding-color-text: #FFFFFF;
	--navigation-background-color: #1C2637;
	--grid-outer: 1440px;
	--grid-navigation: 1280px;
	--grid-inner: 1200px;
}

body {
	margin: 0;
	width: 100%;
	overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: normal;
	white-space: pre-line;
}

a,
img {
	box-shadow: none !important;
	outline: none !important;
	text-decoration: none !important;
}

a {
	transition: all 0.3s;
	cursor: pointer;
}

p {
	margin: 0;
}

.wrap {
	max-width: var(--grid-inner);
	margin: 0 auto;
	width: calc(100% - 32px);
}

.wrap.medium {
	max-width: var(--grid-navigation);
}

.only-desktop {
	display: block;
}

.only-mobile {
	display: none;
}

.higher-index {
	z-index: 1;
}

section.elementor-section:not(.elementor-inner-section):not(.full-width) {
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.button-link a,
.button-link p,
.button-link button {
	position: relative;
	background: none !important;
	color: var(--e-global-color-text) !important;
	padding: 0 0 4px 0 !important;
	border-radius: 0 !important;
	text-transform: none !important;
	transition: all 0.3s;
	font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.button-link p {
	margin: 0;
	display: inline-block;
}

.button-link a::after,
.button-link p::after,
.button-link button::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: var(--e-global-color-primary);
	transform: rotateZ(180deg);
	transition: width 0.3s;
}

.button-link a:hover,
.button-link p:hover,
.button-link button:hover {
	color: var(--e-global-color-text) !important;
}

.button-link a:hover::after,
.button-link p:hover::after,
.button-link button:hover::after {
	width: 0;
}

.outline-link a,
.outline-link button {
	position: relative;
	background: none !important;
	padding: 17px 40px !important;
}

.outline-link.primary a,
.outline-link.primary button {
	color: var(--e-global-color-primary) !important;
	border: 1px solid var(--e-global-color-primary) !important;
}

.outline-link.primary a:hover,
.outline-link.primary button:hover {
	background: var(--e-global-color-primary) !important;
	color: var(--e-global-color-secondary) !important;
}

.outline-link.secondary a,
.outline-link.secondary button {
	color: var(--e-global-color-secondary) !important;
	border: 1px solid var(--e-global-color-secondary) !important;
}

.outline-link.secondary a:hover,
.outline-link.secondary button:hover {
	background: var(--e-global-color-secondary) !important;
	color: white !important;
}

@media screen and (max-width: 767px) {
	.only-desktop {
		display: none !important;
	}

	.only-mobile {
		display: block;
	}
}

/* FORMINATOR */
.forminator-input--wrap:after {
	display: none !important;
}
/* END OF FORMINATOR */

/* MASTHEAD */
#masthead {
	position: fixed;
	max-width: unset;
	top: 0;
	left: 0;
	right: 0;
	height: 127px;
	background-color: var(--navigation-background-color);
	transition: background 0.3s, height 0.3s;
	overflow: hidden;
	z-index: 2;
}

#masthead .masthead-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	max-width: var(--grid-navigation);
}

body.scrolled #masthead,
body.modal-opened #masthead,
body.menu-opened #masthead {
	background-color: var(--navigation-background-color) !important;
}

#hamburger {
	margin-left: auto;
	background: transparent;
	padding: 0;
	opacity: 1;
	display: none;
	border: 0;
}

#hamburger .hamburger-box {
	height: 14px;
	top: 0;
	transition: top 0.3s;
}

#hamburger .hamburger-inner::before {
	top: -6px;
}

#hamburger .hamburger-inner::after {
	top: -12px;
}

#hamburger .hamburger-box,
#hamburger .hamburger-inner,
#hamburger .hamburger-inner::before,
#hamburger .hamburger-inner::after {
	width: 25px;
}

#hamburger .hamburger-inner,
#hamburger .hamburger-inner::before,
#hamburger .hamburger-inner::after {
	background-color: white;
	height: 2px;
}

#hamburger.is-active .hamburger-box {
	top: 4px;
}

#hamburger.is-active .hamburger-inner::before,
#hamburger.is-active .hamburger-inner::after {
	top: 0;
}

body.menu-opened #masthead {
	height: 100vh;
}

@media screen and (max-width: 767px) {
	#hamburger {
		display: flex;
		align-items: center;
	}

	#masthead .masthead-inner {
		flex-direction: column;
    align-items: flex-start;
		justify-content: flex-start;
    margin-top: 32px;
	}

	#masthead #site-navigation {
		height: 0;
		transition: height 0.3s;
	}

	#primary-menu-list {
		flex-direction: column;
    margin-top: 40px !important;
	}

	#primary-menu-list .menu-item {
		margin: 0;
	}

	#primary-menu-list .menu-item:not(:last-child) {
		margin-bottom: 16px;
	}
}

/* END OF MASTHEAD */

/* SITE BRANDING */
.site-branding-wrapper {
	display: flex;
}

.site-branding {
	margin: 0 !important;
	display: flex;
	align-items: center;
}

.site-branding .site-logo {
	min-width: 45px;
}

.site-branding .site-logo-link {
	display: flex;
}

.site-branding .site-logo svg {
	width: auto;
}

.site-branding .site-branding-info {
	margin-left: 40px;
	padding-left: 16px;
	color: var(--branding-color-text);
	border-left: 1px solid var(--branding-color-text);
	font-family: var(--e-global-typography-secondary-font-family);
	line-height: 24px;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	.site-branding-wrapper {
		width: 100%;
	}

	.site-branding .site-logo {
		min-width: 36px;
	}

	.site-branding .site-logo svg {
		height: 63px;
	}

	.site-branding .site-branding-info {
		margin-left: 14px;
		font-size: 16px;
		line-height: 20px;
	}
}

/* END OF SITE BRANDING */

/* SITE NAVIGATION */
#primary-menu-list {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

#primary-menu-list .menu-item:not(:last-child) {
	margin-right: 40px;
}

#primary-menu-list .menu-item a {
	color: #FFFFFF;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
}

#primary-menu-list .menu-item a:hover,
#primary-menu-list .menu-item.current-menu-item a {
	color: var(--e-global-color-primary);
}
/* END OF SITE NAVIGATION */

/* CONTENT */
#content {
	flex: 1;
	margin-top: 127px;
}

#page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	word-break: break-word;
}
/* END OF CONTENT */

/* SITE FOOTER */
#colophon {
	min-height: 206px;
	width: calc(100% - 32px);
	background-color: var(--navigation-background-color);
	padding: 80px 16px;
	color: white;
	z-index: 1;
}

#colophon a {
	color: white;
}

#colophon .wrap {
	max-width: var(--grid-navigation);
}

#colophon .site-logo {
	height: 105px;
	width: auto;
}

#colophon .site-footer-widgets {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 16px;
	padding-bottom: 60px;
	margin-bottom: 16px;
	border-bottom: 1px solid white;
}

#colophon .site-footer-widgets-column .site-footer-widgets-column-title {
	color: white;
	font-family: var(--e-global-typography-text-font-family);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 16px;
}

#colophon .site-footer-widgets-column-content-element {
	display: flex;
	font-size: 16px;
	line-height: 27px;
}

#colophon .site-footer-widgets-column-content-element i {
	margin-top: 6px;
}

#colophon .site-footer-widgets-column-content-element p,
#colophon .site-footer-widgets-column-content-element a {
	white-space: pre-line;
	margin-left: 16px;
}

#colophon .powered-by {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	display: flex;
}

#colophon .powered-by .powered-by-element {
	display: flex;
}

#colophon .powered-by i {
	font-size: 5px;
	line-height: 17px;
	margin: 0 16px;
}

@media screen and (max-width: 767px) {
	#colophon {
		padding: 64px 16px;
	}

	#colophon .site-logo {
		height: 84px;
	}

	#colophon .site-footer-widgets {
		grid-template-columns: 1fr;
    grid-gap: 32px;
    padding-bottom: 52px;
	}

	#colophon .site-footer-widgets > .site-footer-widgets-column {
		padding: 0 !important;
	}

	#colophon .site-footer-widgets-column-content-element i {
		font-size: 12px;
		margin-top: 9px;
	}

	#colophon .powered-by {
		flex-direction: column;
    align-items: flex-start;
	}

	#colophon .powered-by .powered-by-element:nth-child(1) {
		margin-bottom: 16px;
	}
}
/* END OF SITE FOOTER */

/* COOKIE NOTICE */
#cookie-notice .cn-set-cookie {
	background-color: #E8BF6B;
}

#cookie-notice .cn-close-icon {
	display: none;
}
/* END OF COOKIE NOTICE */