/* FOOTER */
/* Custom footer width */
.et-l.et-l--footer .et_pb_row {
	max-width: 93vw;
	width: 93vw;
}

.et-l.et-l--footer .et_pb_text_2_tb_footer h3,
.et-l.et-l--footer .et_pb_text_3_tb_footer h3,
.et-l.et-l--footer .et_pb_text_1_tb_footer p a,
.et-l.et-l--footer .et_pb_text_4_tb_footer #mc4wp-form-2 .mc4wp-form-fields p strong,
.et-l.et-l--footer .et_pb_text_4_tb_footer #mc4wp-form-2.mc4wp-form-basic .mc4wp-form-fields p label
{
	font-weight: 100;
}

.et-l.et-l--footer .et_pb_text_4_tb_footer #mc4wp-form-2.mc4wp-form-basic {
	margin: 0;
}

.et_pb_text_4_tb_footer a {
	line-height: 26px;
}

.et-l.et-l--footer .et_pb_text_4_tb_footer #mc4wp-form-2.mc4wp-form-basic .mc4wp-form-fields p:first-child {
	padding-bottom: 1.8em;
}


.et-l.et-l--footer .pa-blog-sidebar-list .et_pb_post:not(:last-child) {
	margin-bottom: 0;
}

.mc4wp-form-basic input[type=checkbox] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	height: 20px;
	width: 20px;
	border: 2px solid #fff;
}

.mc4wp-form-basic input[type="checkbox"]:checked {
	background-color: #fff;
}

footer input::placeholder {
	font-size: 25px;
}

footer input[type="submit"] {
	height: 47px;
}

.et-l--footer .et_pb_section {
	padding-top: 20px !important;
	padding-right: 20px !important;
	padding-left: 35px !important;
}

.et-l--footer .et_pb_module.et_pb_image {
	justify-content: flex-start;
}

footer .et_pb_image_0_tb_footer .et_pb_image_wrap img {
	width: 320px !important;
}

@media (max-width: 980px) {
	footer .et_pb_image_0_tb_footer .et_pb_image_wrap img {
		width: 200px !important;
	}

	footer .et_pb_column .et_pb_module {
		padding: 0px;
	}

	footer input::placeholder, footer input[type=email] {
		font-size: 20px;
	}

	footer {
		.et_pb_post {
			margin-bottom: 0;
		}
	}

	.et-l--footer .et_pb_section {
		padding-top: 10px !important;
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}

