/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.0.4.1634813450
Updated: 2021-10-21 12:50:50

*/

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	overflow-x: hidden
}


.round {
	border-radius: 20px!important;
}

.shadow {
	box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.2)!important;
}

.txt-center {
	text-align: center
}
.one-container .site-content {
    padding: 10px!important;
}
.one-container .container {
	background-color: transparent!important
}
section {
	padding: 80px 0
}
  .full-width {
    margin-left: -20px;
    margin-right: -20px;
  }
@media(min-width:768px) {
	.one-container .site-content {
    padding: 0!important;
}
.inside-header {
    padding: 20px 0!important;
}
	.grid-2 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px
	}
	.grid-2-3 {
		display: grid;
		grid-template-columns: 2fr 3fr;
		grid-gap: 30px
	}
	.grid-3 {
		display: grid;
		grid-template-columns: 32% 32% 32%;
		grid-gap: 3%
	}
	.grid-5 {
		display: grid;
		grid-template-columns: 20% 20% 20% 20% 20%;
	}
	.grid-353 {
display: grid;
grid-template-columns: 2fr 3fr 2fr;
grid-gap: 60px;
align-items: center;
	}
  .full-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media(max-width:768px) {
	.reverse-mob {
		display: flex;
		flex-direction: column-reverse
	}
	.mt-mob {
		margin-bottom: 80px
	}
	.add-offers {
		margin-bottom: 120px
	}
	.mb-50-mob {
		margin-bottom: 50px
	}
	.marg-0 {
		padding-top: 0;
		padding-bottom: 20px
	}
}

/* Button 
----------------------------------- */

.inv-button,
.wpcf7-submit {
	display: inline-block;
padding: 6px 20px;
color: #111;
border: 2px solid #F789F9;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
border-radius: 10px;
background: #F789F9;
color: #fff;
}

/* Fixes
----------------------------------- */


.pt-80 {
	padding-top: 80px
}
.sub-menu {
	width: 220px!important;
	border-radius: 12px;
	box-shadow: 0 0 30px #0001!important
}
.nav-btn a {
	margin: 5px 16px;
	line-height: 50px!important;
	background: #F789F9 !important;
	color: #fff!important;
	font-weight: 700;
	border-radius: 15px;
	transition: .3s ease-in-out
}
.main-navigation .menu-toggle {
	background: #fff!important;
	line-height: 70px!important;
font-weight: 400;
text-transform: none;
font-size: 30px!important;
}
@media(min-width:768px) {
	.mtm-80 {
	margin-top: -80px;
}
	.mtm-160 {
	margin-top: -160px;
}
		.mtm-300 {
	margin-top: -300px;
}
	.nav-btn a {
	margin: 5px 0 0 30px;
}
	.nav-btn a:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 10px #1113
}
}

/* Borders
----------------------------------- */

.borders,
.borders-2 {
	position: relative
}
.borders::before,
.borders-2::before {
position: absolute;
content: "";
background: url("/wp-content/uploads/2021/11/dots-4.png");
background-size: auto;
background-size: cover;
}
.borders::before {
top: -43px;
left: -50px;
width: 300px;
height: 300px;
z-index: -1;
}
.borders-2::before {
top: 157px;
right: 50px;
width: 300px;
height: 300px;
z-index: -1;
}

/* Scroll down
----------------------------------- */

.scroll-down-wrap {
	display: block;
	position: relative
}
.scroll-down {
position: absolute;
display: block;
transform: rotate(90deg) translateY(30px) translateX(80px);
font-size: 12px;
text-transform: uppercase;
color: #111;
}
.scroll-down::before {
position: absolute;
content: url("/wp-content/uploads/2021/11/Arrow-42.png");
top: -30px;
left: 46px;
transform: rotate(270deg);
}
@media(max-width:768px) {
.scroll-down-wrap {
	display: none
}
}

/* List
----------------------------------- */

.inv-list {
	list-style: none	
}

.inv-list li {
	position: relative
}
.inv-list li::before {
	position: absolute;
	content: url("/wp-content/uploads/2021/10/Arrow-34.png");
top: 2px;
left: -48px;;
}

.inv-list-h  {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr
}
.inv-list-h li {
	position: relative;
	list-style: none;
	padding: 8px 0;
	color: #444
}
.inv-list-h li::before {
position: absolute;
top: 19px;
left: -45px;
width: 30px;
height: 30px;
border-radius: 50%;
background: #F789F9;
text-align: center;
line-height: 1.8;
color: #fff;
font-weight: 600;
}
.num-1::before {
	content: "1"
}
.num-2::before {
	content: "2"
}
.num-3::before {
	content: "3"
}
.num-4::before{
	content: "4"
}
.num-5::before {
	content: "5"
}
.num-6::before {
	content: "6"
}

.pink-txt,
.pink-txt a,
.current_page_item a {
	position: relative;
	color: #F789F9!important;
    font-weight: 700
}
.main-nav .current_page_item a::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: #F9ABFA
}

.hero {
	padding-bottom: 80px;
	background: url("/wp-content/uploads/2021/10/pexels-lukas-kloeppel-466685-211.jpg");
	background-size: cover;
}

.hero-card,
.service-card {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	border-radius: 20px
}
.hero-card img,
.service-card img {
	border-radius: 20px;
	transition: .8s cubic-bezier(.51,.92,.24,1.15);
	z-index: 0
}
.hero-card::before,
.service-card::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 6px;
	left: 0;
	right: 0;
	background: #0006;
	border-radius: 20px;
	z-index: 1
}
.hero-card:hover img,
.service-card:hover img {
	transform: scale(1.1)
}
.hero-card-description,
.service-card-description {
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	transform: translateY(-50%);
	color: #fff;
	z-index: 3
}
.hero-card-description h2,
.service-card-description h3 {
	margin-bottom: 10px
}
@media(max-width:768px) {
	.hero {
	padding-top: 0;
}
}
/* Service 
-------------------------------------------- */

.service h2 {
	margin-bottom: 50px
}

@media(max-width:768px) {
	.service {
		padding-bottom: 0
	}
}

@media(min-width:768px) {
	.inv-big-txt {
	position: relative
}
.inv-big-txt::before {
	position: absolute;
	content: "Invalia";
	top: -120px;
	left: 0;
	font-size: 200px;
	font-weight: 200;
	text-transform: uppercase;
	opacity: .03;
	z-index: -1
}
}

/* Steps 
-------------------------------------------- */

.steps {
	padding-top: 0!important
}
.steps h2 {
	margin-bottom: 80px
}

.steps-card {
	text-align: center
}
.steps-card span {
	display: inline-block;
	margin-bottom: 25px;
	width: 108px;
	height: 108px;
	font-weight: 900;
	font-size: 62px;
	line-height: 110px;
	box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.15);
	border-radius: 50%
}

@media(min-width:768px) {
	.arrow {
	position: relative
}
.arrow::before {
	position: absolute;
	content: url("/wp-content/uploads/2021/10/Arrow-28.png");
	top: -7px;
	right: -95px;
}
}
@media(max-width:768px) {
	.steps {
	padding-bottom: 0!important
}
}

/* Page hero 
--------------------------------------------------- */

.page-hero.inv-big-txt::before {
	top: auto;
	bottom: -65px;
	left: calc(50% - 370px);
}
/* map
---------------------------------- */

@media(min-width:768px) {
	.map {
	margin-top: -80px
}
}

.callback-2 {
	border-radius: 10px;
	padding: 0;
    padding-top: 0px;
	height: 60px;
	display: flex;
	align-items: normal;
	padding-top: 6px;
}
.callback-2 input {
	margin-bottom: 15px!important;
	box-shadow: 0 0 30px #1111!important
}

.callback-2 input[type="text"], 
.callback-2 input[type="email"], 
.callback-2 input[type="tel"] {
	border: none;
	box-shadow: none
}
.callback-2 .wpcf7-submit {
	background: #F789F9!important;
	width: 100%
}

@media(min-width:768px) {
	.callback-2 {
	box-shadow: 0 0 20px #0003;
}

	.callback-2 .wpcf7-submit {
	width: 90%
}
}

/* Consult 
---------------------------------- */

.consult {
	background: url("/wp-content/uploads/2021/10/obok-lasu-z-lotu-ptaka-321.jpg")
}
.consult-card {
	position: relative;
	padding: 70px 70px 10px;
	background: #FFFFFF;
	box-shadow: 0px 0px 45px rgba(59, 59, 59, 0.2);
	border-radius: 10px;
}

.consult-card .wpcf7-submit {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	background: #F946FA;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}
.wpcf7-list-item {
    margin: 10px 0 15px!important;
    font-size: 10px;
    opacity: .6;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
	background: #FFFFFF;
	border: 1px solid #F946FA;
	box-sizing: border-box;
	box-shadow: 0px 0px 30px rgba(136, 135, 135, 0.1);
	border-radius: 10px;
	width: 100%;
	margin-bottom: 10px
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #f946fa!important;
}
@media(max-width:768px) {
	.consult {
		padding-bottom: 0;
		padding-top: 0
	}
	.consult-card {
	padding: 70px 30px 20px;
}
}
.site-footer {
	padding: 120px 0 0;
	background: #000
}
.footer-widgets {
	padding-bottom: 80px;
	background: #000
}
.site-footer img {
    margin-top: 36px
}
.site-footer p {
    margin-bottom: 5px;
    color: #C5C5C5;
    line-height: 1.95;
    margin-top: -5px;
}
.site-footer .menu a,
.site-footer p a{
	font-size: 16px;
	color: #C5C5C5
}
.site-footer .menu li::before {
	position: absolute;
	content: "";
	top: 12px;
	left: -20px;
	width: 12px;
	height: 2px;
	background: #F946FA;
}
.wp-block-social-links .wp-social-link a {
    padding: .2em!important;
    border: 1px solid #F946FA;
    border-radius: 40px;
}
.site-info {
    background-color: #000;
}

@media(min-width:768px) {
	.footer-widgets-container {
    padding: 0!important;
}
}
@media(max-width:768px) {
	.site-footer .widget ul li {
    margin-left: 23px;
}
}

.contact-card {
	grid-template-columns: 8% auto!important;
}
.contact-card p,
.contact-card a {
	margin-bottom: 0!important;
	color: #333!important
}