@charset "UTF-8";
/*!
Theme Name: Agencja InMarketing
Author: Rafał Baraniecki
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agencja-inmarketing

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Agencja InMarketing is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* VARIABLES */
:root {
	--inm-box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.6);
}
/* END VARIABLES */
/* SINGLE SERVICE PAGE */
.lp_section_hero .form-left,
.lp_section_form .form-left {
	flex-direction: row-reverse;
}

.lp_section_hero .form-right,
.lp_section_form .form-right {
	flex-direction: row;
}

.lp_section_hero .form-center,
.lp_section_form .form-center {
	flex-direction: column;
}

.lp_section_hero .section_hero__content,
.lp_section_hero .section_hero__form {
	display: block;
	margin: auto;
}

.lp_section_hero .form-center .section_hero__content,
.lp_section_hero .form-center .section_hero__form {
	width: 100%;
}

.lp_section_hero .section_hero__content h1 {
	color: var(--inm-white);
  font-size: calc(var(--inm-fs-h1) * .80);
  line-height: var(--inm-lh-normal);
}

.lp_section_hero .section_hero__content .section_hero__text {
	color: var(--inm-white);
}

.lp_section_hero .section_hero__form {
	padding: 30px 30px 10px 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
	max-width: 500px;
	text-align: center;
}

.lp_section_hero .section_hero__form .contactForm {
	text-align: left;
}

.lp_section_hero .section_hero__form .contactForm .lp-b2b-contact .formWrapper .wpcf7 .wpcf7-list-item {
	padding-bottom: 30px;
}

.lp_section_hero .section_hero__form .contactForm .lp-b2b-contact .formWrapper .wpcf7 .btn-primary {
	max-width: 100%;
  width: 100%;
}

.lp_section_hero .section_hero__form .contactForm .lp-b2b-contact .formWrapper .wpcf7 .wpcf7-spinner {
	display: none;
}

.lp_section_text .section_text__content .section_text__text {
	padding: 30px 0 0;
}

.lp_section_text .section_text__image {
	text-align: center;
}

.section-people {
	background-color: #eee;
}

.section-people .people-wrapper {
	padding: 20px;
}

.section-people .people-wrapper .icon-box {
	padding: 20px;
}

.section-people .icon-box .imageWrapper .icon {
	max-width: 200px;
	width: 100%;
	height: auto;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: var(--inm-box-shadow);
}

.lp_section_form .section_form__content {
	text-align: center;
}

.lp_section_text .section_text__content,
.lp_section_text .section_text__text,
.lp_section_form .section_form__content,
.lp_section_form .section_form__form {
	display: flex;
	flex-direction: column;
  justify-content: center;
}

.single-landing-pages .page-content {
	padding-top: 106px;
}

@media only screen and (max-width: 991px) { /* XS devices */
	.lp_section_form .section_form__content {
		display: none;
	}
	.lp_section_hero .container-fullwidth {
		background: var(--inm-medium-blue) !important;
	}
}

/* END SINGLE SERVICE PAGE */


/* LP B2B 2.0 */

.lp-b2b-hero {
	background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 10% 0 0 0;
}

.lp-b2b-hero .textWrapper {
	display: flex;
  flex-direction: column;
  padding: 5% 0 0 0;
}

.lp-b2b-hero .textWrapper h1 {
	font-size: 42px;
	line-height: 1.3em;
	margin-bottom: 0;
}

.lp-b2b-hero .textWrapper p {
	font-size: 18px;
}

.lp-b2b-hero .videoWrapper {
	padding: 0 0 0 5%;
}

.lp-b2b-hero .videoWrapper .vimeoDiv {
	padding: 50% 0 0 0;
	position: relative;
}

.lp-b2b-hero .videoWrapper .vimeoDiv .vimeoIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lp-b2b-hero .videoWrapper .imageWrapper {
	z-index: 0;
  margin-top: -20px;
  position: relative;
}

.lp-b2b-hero .videoWrapper .imageWrapper img {

}

.lp-b2b-text {
	padding: 60px 0 30px 0;
}

.lp-b2b-text .textWrapper p {
	font-size: 18px;
  line-height: 1.5em;
}

.lp-b2b-text .playerWrapper {
	padding: 0 20px 0 0;
  border-radius: 20px;
  background-color: var(--inm-light-blue);
}

.lp-b2b-podcast {
	padding: 30px 0;
}

.lp-b2b-podcast .playerWrapper iframe {
	border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.lp-b2b-podcast .formWrapper {
	max-width: 500px;
  margin: auto;
}

.lp-b2b-posts {
	padding: 60px 0 30px;
}

.lp-b2b-posts .titleWrapper {
	padding: 0 0 20px 0;
}

.lp-b2b-posts .titleWrapper h2 {
	color: var(--inm-light-blue);
	text-align: center;
}

.lp-b2b-posts .postsWrapper .articleWrapper {
	padding: 20px;
	display: flex;
  flex-direction: row;
}

.lp-b2b-posts .postsWrapper .articleWrapper .post {
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, .25);
	border-radius: 20px;
  padding: 20px;
}

.lp-b2b-posts .postsWrapper .articleWrapper .post .box {
	height: auto;
}

.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-meta {
	height: auto;
	display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
	line-height: var(--inm-lh-smaller);
  text-transform: uppercase;
  font-size: var(--inm-fs-small);
  color: var(--inm-dark-grey);
}

.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-meta .metaCategory {
	float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 5px;
  transition: var(--inm-transition);
}

.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-meta .metaCategory a {
	color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-meta .metaDate {
	float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 5px;
  transition: var(--inm-transition);
}

.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-meta .metaCategory::after,
.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-meta .metaDate::after {
	top: 0;
  right: 6px;
  content: '/';
  transition: color .15s ease-out;
  padding: 0 5px;
}

.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-title {
	height: auto;
}

.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-title a h3 {
	font-size: 24px;
  color: var(--inm-light-blue);
}

.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-excerpt {
	height: 300px;
}

.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-excerpt p {
	font-weight: 500;
  font-size: 18px;
}

.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-read-more {
	height: auto;
	text-align: right;
}

.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-read-more .read-more {
	font-size: 18px;
  font-weight: 700;
}

.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-read-more .read-more-btn-img{
	padding: 0 0 0 10px;
  margin-top: -3px;
}

.lp-b2b-case {
	padding: 60px 0 30px;
}

.lp-b2b-case .textWrapper {
	padding: 5% 0 0 0;
}

.lp-b2b-case .textWrapper p {
	font-size: 34px;
  font-weight: 700;
	max-width: 80%;
}

.lp-b2b-case .textWrapper p strong {
	color: var(--inm-light-blue);
}

.lp-b2b-case .imageWrapper {
	text-align: center;
}

.lp-b2b-case .imageWrapper img {
	width: 100%;
}

.lp-b2b-case .linkWrapper {
	text-align: center;
	padding: 30px 0 0;
}

.lp-b2b-case .linkWrapper .btn-light {
	color: #fff;
  background-color: var(--inm-light-blue);
  width: 50%;
  border-radius: 25px;
  transition: var(--inm-transition);
  font-weight: 700;
  letter-spacing: 1px;
}

.lp-b2b-case .linkWrapper .btn-light:hover {
	background-color: #048dd2;
}

.lp-b2b-timeline {
	padding: 60px 0 30px;
}

.lp-b2b-timeline .titleWrapper {
	max-width: 900px;
	margin: auto;
	text-align: center;
	padding: 0 0 30px;
}

.lp-b2b-timeline .titleWrapper h2 {
	color: var(--inm-light-blue);
}

.lp-b2b-timeline .timeline {
  margin: auto;
  padding: 20px;
	max-width: 900px;
}

.lp-b2b-timeline .outer {
	border-left: 4px solid var(--inm-light-blue);
  border-left-style: dashed;
}

.lp-b2b-timeline .card {
  position: relative;
  margin: 0 0 20px 20px;
	border: none;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
  border-radius: 20px;
}

.lp-b2b-timeline .circle {
	position: absolute;
  margin-left: -50px;
  top: 35%;
  font-size: 30px;
	font-weight: 900;
  color: #fff;
  background-color: var(--inm-light-blue);
  padding: 10px 22px 8px;
  border-radius: 50%;
}

.lp-b2b-timeline .outer .card:first-child .circle {
	padding: 10px 23px 8px;
}

.lp-b2b-timeline .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px 30px
}

.lp-b2b-timeline .title {
  color: var(--inm-light-blue);
	font-size: 24px;
	font-weight: 600;
}

.lp-b2b-timeline p {
	font-size: 18px;
	font-weight: 600;
}

.lp-b2b-contact {
	padding: 30px 0 90px 0;
}

.lp-b2b-contact .headerWrapper {
	max-width: 900px;
  margin: auto;
}

.lp-b2b-contact .headerWrapper h2 {
	color: var(--inm-light-blue);
}

.lp-b2b-contact .headerWrapper p {
	font-size: 18px;
	font-weight: 600;
}

.lp-b2b-contact .textWrapper p {
	max-width: 400px;
  margin: 0 auto 30px;
  font-size: 16px;
  font-weight: 700;
}

.lp-b2b-contact .textWrapper img {
	max-height: 400px;
  width: auto;
  margin: auto;
  display: flex;
}

.lp-b2b-contact .formWrapper {
	max-width: 500px;
}

.lp-b2b-contact .formWrapper .wpcf7 p {
	margin-bottom: 5px;
	text-align: center;
}

.lp-b2b-contact .formWrapper .wpcf7 input[type=email],
.lp-b2b-contact .formWrapper .wpcf7 input[type=tel],
.lp-b2b-contact .formWrapper .wpcf7 input[type=text],
.lp-b2b-contact .formWrapper .wpcf7 input[type=number],
.lp-b2b-contact .formWrapper .wpcf7 select,
.lp-b2b-contact .formWrapper .wpcf7 textarea {
	width: 100%;
  padding: 10px 30px;
  font-size: 16px;
  color: var(--inm-dark);
  border: 1px solid #A3A3A3;
  border-radius: 15px;
	background-color: #ECECEC;
}

.lp-b2b-contact .formWrapper .wpcf7 input[type=email]::placeholder,
.lp-b2b-contact .formWrapper .wpcf7 input[type=tel]::placeholder,
.lp-b2b-contact .formWrapper .wpcf7 input[type=text]::placeholder,
.lp-b2b-contact .formWrapper .wpcf7 input[type=number]::placeholder,
.lp-b2b-contact .formWrapper .wpcf7 select::placeholder,
.lp-b2b-contact .formWrapper .wpcf7 textarea::placeholder {
  color: #A3A3A3;
}

.lp-b2b-contact .formWrapper .wpcf7 textarea {
	max-height: 150px;
}

.lp-b2b-contact .formWrapper .wpcf7 .wpcf7-list-item {
	margin: 0;
  font-size: var(--inm-fs-small);
  line-height: var(--inm-lh-smaller);
}

.lp-b2b-contact .formWrapper .wpcf7 .btn-primary {
	color: #fff;
  background-color: var(--inm-light-blue);
  width: 50%;
  border-radius: 25px;
  transition: var(--inm-transition);
  font-weight: 700;
  letter-spacing: 1px;
	border-color: var(--inm-light-blue);
	margin-top: 20px;
	padding: 5px;
  width: 260px;
}

.lp-b2b-contact .formWrapper .wpcf7 .btn-primary:hover {
	background-color: #048DD2;
	border-color: #048DD2;
}

.lp-b2b-contact .formWrapper .wpcf7 .wpcf7-spinner {
	display: none;
}

.lp-b2b-contact .formWrapper .wpcf7 .wpcf7-form-control-wrap {
	text-align: left;
}

.lp-b2b-contact .formWrapper .wpcf7 .wpcf7-not-valid-tip {
	color: var(--inm-red);
  font-size: var(--inm-fs-normal);
  font-weight: var(--inm-fw-bold);
  display: block;
}

.lp-b2b-contact .formWrapper .wpcf7 form .wpcf7-response-output {
	margin: 0;
  padding: 0;
  border: none;
  margin-top: 20px;
  padding-left: 10px;
  border-left: 20px solid var(--inm-medium-blue);
}

.lp-b2b-contact .formWrapper .wpcf7 form.invalid .wpcf7-response-output,
.lp-b2b-contact .formWrapper .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: var(--inm-yellow);
}

.lp-b2b-contact .formWrapper .wpcf7 form.spam .wpcf7-response-output {
	border-color: var(--inm-orange);
}

.lp-b2b-contact .formWrapper .wpcf7 form.failed .wpcf7-response-output,
.lp-b2b-contact .formWrapper .wpcf7 form.aborted .wpcf7-response-output {
	border-color: var(--inm-red);
}

.lp-b2b-contact .formWrapper .wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--inm-green);
}

.lp-b2b-contact .formWrapper .wpcf7 .btn-primary {
	opacity: 1;
}

.lp-b2b-contact .formWrapper .wpcf7 .btn-primary:disabled,
.lp-b2b-contact .formWrapper .wpcf7 .btn-primary.disabled,
.lp-b2b-contact .formWrapper .wpcf7 .btn-primary:disabled:hover,
.lp-b2b-contact .formWrapper .wpcf7 .btn-primary.disabled:hover {
	color: var(--inm-white);
	background-color: #048DD2;
	border-color: #048DD2;
	opacity: 0.7;
}

@media (max-width: 1459px) {
	.lp-b2b-posts .postsWrapper .articleWrapper .post .box {
		height: auto;
	}
	.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-excerpt {
		height: auto;
	}
}

@media (max-width: 1199px) {
	.lp-b2b-posts .postsWrapper .articleWrapper .post .box {
		height: auto;
	}
	.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-excerpt {
		height: auto;
	}
}

@media (max-width: 991px) {
	.lp-b2b-podcast .playerWrapper {
		padding-bottom: 30px;
	}
	.lp-b2b-posts .postsWrapper .articleWrapper .post {
		box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 25%);
		width: 100%;
	}
	.lp-b2b-posts .postsWrapper .articleWrapper .post .box,
	.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-meta,
	.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-title,
	.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-excerpt,
	.lp-b2b-posts .postsWrapper .articleWrapper .post .box .post-read-more {
		height: auto;
	}

}

/* END LP B2B 2.0 */
