.contentRender_name_plugins_common_footer {
	background-color: white;
}

.footer-section.control-width {
	width: 100%;
	padding: 40px 20px;
}

.footer-section .contentRender_name_plugins_core_textbox,
.footer-section a,
.footer-section a:hover,
.footer-section a:focus,
.footer-section a:visited {
	color: #464646;
	font-family: 'petala-pro', sans-serif;
}

.footer-section a:hover {
	text-decoration: underline;
}

.footer-section .footer-bottom {
	text-align: left;
}

.footer-section .copyright {
	font: 300 16px 'petala-pro', sans-serif;
	color: #464646;
	margin-bottom: 20px;
}

.footer-section .made-by {
	display: block;
	width: 190px;
	margin: auto;
}

@media (min-width: 768px) {	
	.footer-section .footer-top .footer-right {
		display: flex;
	}
	
	.footer-section .contentRender_name_plugins_collections_template_custom_social_links {
		margin-right: 80px;
	}
	
	.footer-section .footer-bottom {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.footer-section .copyright {
		margin-bottom: 2px;
	}
}

@media (min-width: 64.063em) {	
	.footer-section .footer-top {
		display: flex;
	}
	
	.footer-section .footer-top .footer-left {
		flex-basis: 55%;
	}
}

@media (min-width: 1350px) {
	.footer-section .footer-bottom {
		justify-content: space-between;
		flex-wrap: nowrap;
	}
}

@media (max-width: 768px) {
	.footer-section .mobile-fixed{
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 100;
	}
}
