/*
Theme Name:     DstDesign Theme
Theme URI:      https://dstdesign.pl
Description:    High Quality Wordpress Theme
Author:         Grzegorz Gensty - Dst Design
Author URI:     
Template:       Divi
Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
/* ::selection styles */
::selection {
	background: #000;
	color: #fff;
}


/* Navbar styles */
.navbar-nav {
	display: flex !important;
	gap: 3rem;
	justify-content: flex-start;
}

.navbar-nav > div {
	width: auto !important;
	margin-right: 0 !important;
}

.navbar-nav::after {
	display: none;
}

.navbar-menu > div {
	margin-bottom: 0 !important;
}

.et-menu .menu-item-has-children > a:first-child::after {
	font-family: inherit;
	content: "+";
	font-weight: 400;
}

.navbar-menu .et_pb_menu .et-menu > li {
	padding: 0.7rem;
	background: transparent;
	border-radius: 5px;
	transition: background-image .2s linear;
	margin: 0 3px;
}

.navbar-menu .et_pb_menu .et-menu > li a {
	margin: 0;
	padding-bottom: 0 !important;
}

.navbar-menu .et_pb_menu .et-menu > li:hover, .navbar-menu .et_pb_menu .et-menu > li.current_page_item {
	background-color: #F9EEE6 !important;
}

.et-menu a, .et-menu a:hover {
	-webkit-transition: none;
	transition: none;
}

.navbar-menu .sub-menu {
	padding: .5rem !important;
}

.navbar-menu .sub-menu li {
	padding: 5px 10px;
	width: 100% !important;
	margin: 2px 0;
}

.navbar-menu .sub-menu a {
	padding: 0 !important;
	width: 100% !important;
	background: transparent !important;
	font-size: 16px !important;
	color: #000 !important;
	opacity: 1 !important;
}

.navbar-menu .sub-menu li:hover, .navbar-menu .sub-menu li.current_page_item {
	background-color: #F9EEE6 !important;
	border-radius: 5px;
}

.navbar-contact {
	margin-left: auto;
}

.navbar-contact .et_pb_module_header {
	margin: 0;
	padding: 0;
}
.navbar-contact .icon{
	border-radius: 5px !important;
}
.navbar-contact .icon:hover {
	background-color: #F9EEE6 !important;
}
.et-social-facebook a.icon::before {
	content: "\e0c1" !important;
}
/* Hero section styles */
.hero-right {
	margin-bottom: -100px;
}

.hero-wrapper > .et_pb_row_0 {
	align-items: stretch;
}

.padding-left-sizer > .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.padding-left-sizer {
	padding-left: calc((100vw - 1320px) / 2) !important;
}

.padding-right-sizer {
	padding-right: calc((100vw - 1320px) / 2) !important;
}

.hero-img {
	transform: translateY(-17px);
}

.hero-img img {
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: bottom right;
}

.hero-header h1 {
	font-size: clamp(30px, 4vw, 66px);
}

/* Swiper styles */
.swiper-container {
	width: 100%;
	height: 100%;
	padding: 20px 1rem;
	overflow: hidden;
}

.swiper-slide {
	background: #F0F0F0;
	padding: 20px;
}

.swiper-slide:nth-child(2n) {
	background: #E3F1F6;
}

.swiper-button-next,
.swiper-button-prev {
	color: #000;
}

.swiper-pagination-bullet {
	background: #000;
}

.review-slider-images {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
	align-items: center;
}

.review-slider-images img {
	max-width: 100px;
	height: auto;
}

.review-content {
	font-size: 14px;
	line-height: 1.5;
}

.review-author {
	font-size: 16px;
}

.review-slide {
	height: auto;
	padding: 2rem 3rem;
}

.swiper-button-next::after, .swiper-button-prev::after {
	/* font-family: swiper-icons; */
	font-family: ETmodules !important;
	font-size: 32px;
	border: 1px solid #333;
	border-radius: 100px;
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	color: #333;
}

.swiper-button-prev::after {
	content: '\23';
}

.swiper-button-next::after {
	content: '\24';
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev {
	left: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -1rem;
}

/* Two-column layout */
.two-column {
	display: flex;
	gap: 3rem;
}

/* Footer styles */

.footer-wrapper {
  display: grid !important;
  grid-template: auto / 1fr auto auto auto auto;
  gap: 5rem;
}

.footer-wrapper::after {
  display: none;
}

.footer-wrapper > div {
  width: 100% !important;
  padding: 0;
  margin: 0 !important;
}

.footer-menu ul {
	display: flex !important;
	flex-direction: column;
	text-align: left;
	align-items: flex-start !important;
}

.footer-menu .et_pb_menu__wrap * {
	width: 100% !important;
	padding-left: 0 !important;
}

.footer-menu .et-menu.nav {
	margin: 0;
}

/* Blog styles */
.news-wrapper .et_pb_ajax_pagination_container {
	display: grid;
	grid-template: auto / 1fr 1fr 1fr;
	gap: 2rem;
}

.news-wrapper .et_pb_ajax_pagination_container article {
	background: transparent;
	display: flex;
	flex-direction: column;
}

.news-wrapper .et_pb_ajax_pagination_container article h2 {
	font-size: 23px;
	font-weight: 500;
}

.news-wrapper .post-meta {
	order: -1;
	font-size: 12px !important;
}

.news-wrapper .more-link {
	color: inherit;
	border: 2px solid #cfb577;
	width: fit-content;
	border-radius: 100px;
	padding: 3px 20px;
	font-size: 14px;
	margin-top: 2rem;
}

.et_pb_row {
	width: 95%;
}

/* Breadcrumb styles */
.breadcrumb {
	font-weight: 400;
}

.breadcrumb a {
	color: inherit;
}

.breadcrumb .separator {
	color: #ccc;
	margin: 0 2px;
}

/* News wrapper sidebar */
.news-wrapper.sidebar .et_pb_ajax_pagination_container {
	grid-template: auto / 1fr;
	gap: 1rem;
}

.news-wrapper.sidebar .et_pb_ajax_pagination_container article {
	margin-bottom: 0;
	box-shadow: none;
	background: #f0f0f1;
	padding: 1rem;
}

.news-wrapper.sidebar .et_pb_ajax_pagination_container article h2 {
	font-size: 19px;
}

.news-wrapper.gray .et_pb_ajax_pagination_container article {
	margin-bottom: 0;
	box-shadow: none;
	background: #f0f0f1;
	padding: 1rem;
}

/* Custom post content */
.custom-post-content, .custom-post-content .et_pb_section {
	margin: 0 !important;
	padding: 0 !important;
}

.custom-post-content .et_pb_section .et_pb_row {
	padding: 0;
	margin: 0;
}

.custom-post-header {
	margin-bottom: 10px !important;
}

/* Inline #21 | http://stw.dstdesign.pl/archiwa/138 */
.custom-post-header .et_pb_image_wrap {
	display: block;
	position: relative;
	overflow: hidden;
}

.custom-post-header .et_pb_image_wrap::before {
	padding-top: 54%;
	display: block;
	content: "";
}

.custom-post-header .et_pb_image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* News without image */
.news-without-img .et_pb_title_featured_container {
	display: none;
}

/* Gallery wrapper */
.gallery-wrapper > div {
	display: grid !important;
	grid-template: auto / 1fr 1fr 1fr 1fr 1fr;
	gap: 2rem;
}

.gallery-wrapper > div > div {
	width: 100% !important;
	  margin: 0 !important;
}

.gallery-wrapper .et_pb_gallery_image a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 10px -5px rgba(0,0,0,0.1);
}

.gallery-wrapper .et_pb_gallery_image a::before {
	content: "";
	padding-top: 100%;
	display: block;
}

.gallery-wrapper .et_pb_gallery_image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	transition: all .2s linear;
}

.gallery-wrapper .et_pb_gallery_image a:hover img {
	transform: scale(1.05);
}

.et_pb_gallery_pagination {
	grid-template: auto / 1fr !important;
}

/* Form styles */
.form-container {
	display: grid;
	grid-template: auto / 1fr 1fr;
	gap: 2rem;
}

.form-container input {
	width: 100%;
	border-radius: 100px;
	margin-bottom: 1rem;
	border: 2px solid #cfb577;
	padding: 10px 20px;
	text-transform: none;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

.form-container textarea {
	width: 100%;
	border: 2px solid #cfb577;
	border-radius: 10px;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 1rem;
	height: 167px;
	color: #000;
	font-weight: 500;
}

.form-privacy {
	grid-column: 1/3;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
	padding-left: 1.2rem;
	margin-top: 0rem;
}

.form-privacy .wpcf7-form-control-wrap {
	display: block;
	float: left;
	position: absolute;
	left: -10px;
}

.form-container .form-submit input {
	background: #fff;
	width: fit-content;
	padding: 10px 50px;
	font-size: 18px;
}

/* Inline #18 | http://stw.dstdesign.pl/kontakt/ */
.wpcf7-not-valid-tip {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: -1.5rem;
	padding-left: 20px;
	font-weight: 600;
	margin-bottom: -2rem;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	border: 2px solid #cfb577;
	background: #cfb577;
	padding: 1rem;
	line-height: 1;
	font-size: 14px;
}

/* Artykul styles */
.artykul-info {
	display: flex;
	gap: 1rem;
}

.artykul-meta {
	display: flex;
	gap: 3rem;
}

.artykul-share {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-right: 2rem;
}

.artykul-share img {
	height: 14px;
	width: 15px;
	object-fit: contain;
}

.artykul-share a {
	line-height: 1;
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title::before {
	transform: rotate(180deg);
	display: block;
}

.et_pb_accordion_0 .et_pb_toggle_title::before {
	transition: all .2s linear;
}

/* Realizacje news wrapper */
.news-wrapper.realizacje .et_pb_ajax_pagination_container {
	display: grid;
	grid-template: auto / 1fr 1fr 1fr 1fr;
	gap: 2rem;
}

.news-wrapper.realizacje .entry-featured-image-url {
	display: block;
	position: relative;
	overflow: hidden;
}

.news-wrapper.realizacje .entry-featured-image-url::before {
	display: block;
	padding-top: 125%;
	content: "";
}

.news-wrapper.realizacje .entry-featured-image-url img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.news-wrapper.realizacje .et_pb_ajax_pagination_container article {
	margin: 0;
}

.news-wrapper .entry-featured-image-url {
	display: block;
	position: relative;
	overflow: hidden;
}

.news-wrapper .entry-featured-image-url::before {
	display: block;
	padding-top: 54%;
	content: "";
}

.news-wrapper .entry-featured-image-url img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Two-column form */
.two-column-form {
	display: grid;
	grid-template: auto / 1fr 1fr;
	gap: 2rem;
	row-gap: 0;
}

.wide-column {
	grid-column: 1/3;
}

.et_pb_contact {
	margin-bottom: .5rem;
}

.et_pb_contact input {
	height: 40px;
	  padding: 1.3rem 1rem;
	  font-size: 16px;
	  color: #000;
	  border-radius: 4px;
	  border: 1px solid #999999;
	  width: 100%;
}

.et_pb_contact label {
	font-size: 16px;
	font-weight: 600;
}

.et_pb_contact textarea {
	height: 195px;
	padding: 1rem;
	font-size: 14px;
	color: #000;
	border-radius: 4px;
	border: 1px solid #999999;
	width: 100%;
}

.checkbox-container {
	display: flex;
	gap: .5rem;
	font-size: 12px !important;
	font-weight: 400 !important;
	align-items: flex-start;
	line-height: 1;
	margin: .5rem 0 !important;
	margin-bottom: 1rem !important;
}

.checkbox-container br {
	display: none;
}

.checkbox-container input {
	width: auto;
	height: auto;
}

.wpcf7-submit.et_pb_button {
	width: auto;
}

.wpcf7-submit.et_pb_button:hover {
	background: #fff;
	color: #000 !important;
}

.wpcf7-not-valid-tip {
	font-size: 8px;
	margin-top: 0;
	margin-bottom: 0rem;
	position: absolute;
	bottom: -20px;
	top: auto;
	left: auto;
	line-height: 1;
	right: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: 2px solid #dc3232;
	background: #ffd9d9;
	margin: 0;
	margin-top: 1rem;
	color: #dc3232;
}

.wpcf7-not-valid {
	border-color: #dc3232 !important;
}

.right-column .wpcf7-not-valid-tip {
	bottom: 10px;
	right: auto;
	left: 10px;
}

.wpcf7-not-valid-tip {
	font-size: 10px;
	bottom: -6px;
	right: 3px;
	background: #dc3232;
	color: #fff;
	padding: 3px;
	border-radius: 3px;
}

/* RWD */
@media (max-width: 1439px) {

}

@media (max-width: 1199px) and (min-width: 981px) {
	.navbar-brand img {
		width: 180px;
	}

	.hero-header h1 {
		font-size: 40px !important;
	}
	
	.navbar-menu .menu-item a {
		font-size: 16px !important;
	}

	.navbar-menu .menu-item {
		padding: 0 0.4rem !important;
	}

	.navbar-nav {
		gap: 1rem;
	}
}

@media (max-width: 980px) {


	/* Mobile menu styles */
	.opened .mobile_menu_bar::before {
		content: "\4d";
	}

	.et_mobile_menu .first-level > a {
		background-color: transparent;
		position: relative;
	}

	.et_mobile_menu .first-level > a:after {
		font-family: 'ETmodules';
		content: '\4c';
		font-weight: normal;
		position: absolute;
		font-size: 18px;
		top: 13px;
		right: 10px;
		transform: none;
		opacity: 1;
		border: 0;
		left: auto;
	}

	.et_mobile_menu .first-level > a:before {
		display: none !important;
	}

	.et_mobile_menu .first-level > .icon-switch:after {
		content: '\4d';
	}

	.second-level {
		display: none;
	}

	.reveal-items {
		display: block;
	}

	.et_mobile_menu .menu-item {
		border-top: 1px solid #eee;
	}

	.et_mobile_menu .first-level > a::after {
		bottom: auto;
		width: auto;
		height: auto;
	}

	/* Navbar styles */
	.navbar-nav {
		gap: 0rem;
	}

	.navbar-nav > div {
		margin: 0;
	}

	.navbar-menu {
		order: 4;
		margin-left: auto !important;
	}

	.navbar-menu .et_mobile_menu {
		position: fixed;
		top: 72px;
		left: 0;
		height: 100vh;
		width: 100%;
		overflow: hidden;
		padding: 2rem;
	}

	.navbar-menu.et_pb_column .et_pb_module {
		margin-bottom: 0px;
	}

	.navbar-menu .menu-item a:hover::after {
		transform: none;
	}

	.navbar-contact {
		margin-left: 1rem !important;
	}

	.navbar-contact .et_pb_social_media_follow li {
		margin-bottom: 0;
	}

	.navbar-menu {
		margin-left: auto auto !important;
	}

	.navbar-menu .et_pb_module .mobile_menu_bar::before {
		top: 0px;
	}

	.navbar-menu .sub-menu {
		padding: 0 !important;
	}

	.navbar-menu .sub-menu li {
		margin: 0;
		border: 0 !important;
	}

	.navbar-menu .sub-menu a {
		border: 0 !important;
		padding-left: 2rem !important;
		font-size: 14px !important;
	}

	/* Hero section styles */
	.hero-row {
		display: grid;
		grid-template: auto / 1fr 1fr;
	}



	/* CTA styles */
	.cta-wrapper {
		display: flex;
		gap: 4rem;
	}

	.cta-wrapper .et_pb_column {
		margin-bottom: 0;
	}

	/* News wrapper styles */
	.news-wrapper .et_pb_ajax_pagination_container {
		grid-template: auto / 1fr 1fr;
		gap: 2rem;
	}

	.news-wrapper .et_pb_ajax_pagination_container article:first-child {
		grid-column: 1/3;
		margin-bottom: 1rem;
	}

	.news-wrapper .et_pb_ajax_pagination_container {
		gap: 1rem;
	}

	.news-wrapper .et_pb_ajax_pagination_container article h2 {
		font-size: 20px;
	}

	.news-wrapper.realizacje .et_pb_ajax_pagination_container {
		grid-template: auto / 1fr 1fr 1fr;
		gap: 1rem;
	}

	.news-wrapper.realizacje .et_pb_ajax_pagination_container article:first-child {
		grid-column: initial;
	}

	/* Footer styles */
	.footer-menu .et_pb_menu__menu {
		display: block;
	}

	.footer-menu .et_mobile_nav_menu {
		display: none;
	}

	body .et_pb_button {
		font-size: 16px !important;
	}

	/* Breadcrumb styles */
	.breadcrumb {
		line-height: 1.4;
		font-size: 10px;
		padding: 5px 0;
	}

	/* Gallery styles */
	.gallery-wrapper {
		grid-template: auto / 1fr 1fr;
		gap: 1rem;
	}

	.main-gallery-wrapper {
		display: flex;
		gap: 1rem;
	}

	.main-gallery-wrapper::after {
		display: none;
	}

	/* Contact styles */
	.contact-map iframe {
		width: 100% !important;
		height: 400px;
	}

	.contact-form-left {
		display: none !important;
	}

	/* Padding adjustments */
	.padding-right-sizer {
		padding-right: 20px !important;
	}

	.padding-left-sizer {
		padding-left: 20px !important;
	}

	.padding-right-sizer.hero-row {
		padding-right: 0 !important;
	}

	/* Offer wrapper styles */
	.offer-wrapper {
		display: grid;
		grid-template: auto / 1fr 1fr;
		gap: 1rem;
		row-gap: 3rem;
	}

	.offer-wrapper > div {
		width: 100% !important;
		margin: 0 !important;
	}

	.offer-wrapper::after {
		display: none;
	}

	.offer-wrapper.icon {
		row-gap: 0rem;
	}
	.navbar-contact .icon {
		background-color: #f9eee6 !important;
	}


	.footer-wrapper {
	  grid-template: auto / 1fr 1fr 1fr 1fr;
	  gap: 2rem;
	}
	.footer-wrapper > div:first-child {
	  grid-column: 1/5;
	  grid-row: 2;
	}
	.block-item.reverse {
		flex-direction: column-reverse;
		display: flex;
	}


	.block-item .et_pb_image_wrap {
	  display: block;
	  position: relative;
	  overflow: hidden;
	}

	.block-item .et_pb_image_wrap::before {
	  content: "";
	  display: block;
	  padding-top: 100%;
	}


	.block-item .et_pb_image_wrap img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	}


	.gallery-wrapper > div {
	  grid-template: auto / 1fr 1fr;
	  gap: 1rem;
	}
	
}

@media (max-width: 767px) {
	
	
	/* Button styles */
	body .et_pb_button {
		font-size: 14px !important;
	}

	/* Navbar styles */


	.navbar-nav .et_pb_column {
		margin-bottom: 0 !important;
	}

	.navbar-contact .et_pb_main_blurb_image {
		display: none !important;
	}

	.navbar-contact .et_pb_blurb_container {
		padding-left: 0 !important;
	}

	.navbar-menu .et_mobile_menu {
		top: 86px;
	}

	/* Row and container styles */
	.et_pb_row {
		width: 90%;
	}

	/* News wrapper styles */
	.news-wrapper .et_pb_ajax_pagination_container {
		grid-template: auto / 1fr;
		gap: 0rem;
	}

	.news-wrapper .et_pb_ajax_pagination_container article {
		margin-bottom: 0;
		padding: 0rem;
	}

	.news-wrapper .et_pb_ajax_pagination_container article h2 {
		font-size: 18px;
	}

	.news-wrapper .et_pb_ajax_pagination_container article:first-child {
		grid-column: 1;
		margin-bottom: 0rem;
	}

	.news-wrapper .entry-title {
		margin-bottom: 1rem;
	}

	.news-wrapper.realizacje .et_pb_ajax_pagination_container {
		grid-template: auto / 1fr 1fr;
		gap: 1rem;
	}

	/* Form styles */
	.form-container {
		grid-template: auto / 1fr;
		gap: 1rem;
	}

	.form-privacy {
		grid-column: 1/2;
		padding-left: 0;
	}

	.form-container .form-submit input {
		width: 100%;
		margin: 0;
	}

	.wpcf7-form-control-wrap:last-child input {
		margin: 0;
	}

	/* Image styles */
	.img-w100 * {
		width: 100% !important;
	}

	.img-w100 img {
		height: 470px;
		object-fit: cover;
		border-radius: 5px;
	}

	/* Review styles */
	.review-slide {
		padding: 1.5rem;
	}

	.review-content {
		font-size: 12px;
	}

	.review-author {
		font-size: 14px;
	}

	/* Swiper styles */
	.swiper-button-disabled {
		opacity: 0 !important;
	}

	.swiper-button-next::after, .swiper-button-prev::after {
		font-size: 22px;
	}

	.swiper-container {
		padding: 0;
		padding-bottom: 1rem;
	}

	.swiper-pagination {
		text-align: left;
	}

	.swiper-pagination-bullet {
		height: 11px;
		width: 11px;
		opacity: 1;
		background: #ccc;
	}

	.swiper-pagination-bullet-active {
		opacity: 1;
		background: #000 !important;
	}

	/* CTA styles */
	.cta-wrapper {
		gap: 1rem;
		margin: 0 !important;
		overflow: hidden;
		flex-direction: row-reverse;
		width: 100% !important;
	}

	.cta-wrapper > div:first-child .et_pb_image img {
		transform: scale(1.4);
		transform-origin: left;
	}

	/* Artykul styles */
	.artykul-info {
		gap: 0rem;
		flex-direction: column;
	}

	.artykul-meta {
		gap: 1rem;
	}

	/* Offer wrapper styles */
	.offer-wrapper-top .et_pb_column {
		margin-bottom: 0 !important;
	}

	/* Breadcrumb styles */
	.breadcrumb {
		font-size: 10px !important;
		letter-spacing: 0 !important;
	}

	.breadcrumb a {
		font-size: 10px !important;
		letter-spacing: 0 !important;
	}

	/* Two-column form styles */
	.two-column-form {
		grid-template: auto / 1fr;
	}

	.wide-column {
		grid-column: 1;
	}

	/* Contact form styles */
	.et_pb_contact label {
		font-size: 14px;
	}

	.et_pb_contact textarea {
		height: 125px;
	}

	/* Validation tips */
	.right-column .wpcf7-not-valid-tip {
		right: 3px;
		left: auto;
	}

	.wpcf7-not-valid-tip {
		font-size: 9px;
	}

	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
		font-size: 12px;
	}
	
	
	  .offer-wrapper > div {
	    margin: 0 !important;
	  }
	  .footer-wrapper {
	    grid-template: auto / 1fr 1fr;
	  }
	  .footer-wrapper > div:first-child {
	    grid-row: 3;
	  }
	
	.et_pb_column_1_tb_footer {
	  grid-column: 1/2;
	}

	.et_pb_column_2_tb_footer {
	  grid-column: 2/3;
	}

	.et_pb_column_3_tb_footer {
	  grid-column: 1/2;
	  grid-row: 2;
	}

	.et_pb_column_4_tb_footer {
	  display: none;
	}
	.et_pb_gutters1 .et_pb_column.navbar-menu {
		margin-left: auto !important;
	}
	
	  .cta-wrapper {
	    flex-direction: column-reverse;
	  
	}
	
	
}
