/*
* ======
* FOOTER
* ======
*/

#rm-footer-container {
	display: block;
	width: 100%;
	max-width: 1140px;
	margin: auto;
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
	#rm-footer-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		justify-content: flex-start;
		padding-bottom: 40px;
		padding-left: 45px;
		text-align: left;
	}
}

.rm-footer-links ul {
	padding: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

.rm-footer-links a {
	text-decoration: none;
	color: white;
}

.rm-footer-links-showhide {
	display: none;
}

@media screen and (min-width: 768px) {
	.rm-footer-links-showhide {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	.rm-footer-links-showhide {
		display: none;
	}
}

.rm-footer-col1 {
	padding: 0px 0px 40px 0px;
}

@media screen and (min-width: 768px) {
	.rm-footer-col1 {
		flex: 1 1 auto;
		padding: 0px 45px 0px 0px;
	}
}

.rm-footer-col2 {
	padding: 0px 0px 15px 0px;
}

@media screen and (min-width: 768px) {
	.rm-footer-col2 {
		flex: 0 1 25%;
		padding: 0px 30px 0px 0px;
	}
}

.rm-footer-col3 {
	padding: 0px 0px 45px 0px;
}

@media screen and (min-width: 768px) {
	.rm-footer-col3 {
		flex: 0 1 20%;
		padding: 0px 30px 0px 0px;
	}
}

.rm-footer-col4 {
	padding: 0px;
}

@media screen and (min-width: 768px) {
	.rm-footer-col4 {
		flex: 0 1 auto;
		padding-right: 45px;
	}
}

#rm-footer-social-icons {
	padding-top: 0px;
}

#rm-footer-icon-social-facebook, #rm-footer-icon-social-instagram {
	width: 30px;
	height: 30px;
}

@media screen and (min-width: 768px) {
	#rm-footer-icon-social-facebook, #rm-footer-icon-social-instagram {
		width: 25px;
		height: 25px;
	}
}

#rm-footer-icon-social-space {
	margin-right: 12px;
}

@media screen and (min-width: 768px) {
	#rm-footer-icon-social-space {
		margin-right: 8px;
	}
}

#rm-footer-copyright-container {
	width: 100%;
	max-width: 1140px;
	margin: auto;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
} 