/*
============================================================
@ FOOTER LAYOUT
============================================================
*/

.lavish_footer {
	color: #FFFFFF;
	background-color: #282828;
}

.lavish_footer p {
	color: #FFFFFF;
}

.lavish_footer #social-icons {
	float: none;
	margin-bottom: 5px;
}

.lavish_footer #social-icons>ul {
	text-align: center;
	float: none;
	width: 100%;
}

.lavish_footer #social-icons>ul>li {
	display: inline-block;
}

ul.footer {
	margin: 10px;
	padding: 0px;
	float: none;
	text-align: center;
}

ul.footer>li {
	display: inline-block;
	margin-left: 0px !important;
	margin-right: 10px;
}

ul.footer>li,
ul.footer>li>a {
	color: #fff;
}

ul.footer>li:first-child:before {
	content: "";
}

ul.footer>li:before {
	content: "|";
	font-family: FontAwesome;
	margin-right: 5px;
}

ul.footer>li:hover {
	opacity: 0.7;
}

/*

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

#footer-menu {
	margin: 0;
	padding-left: 0;
	content: 1em;
	text-align: center;
}

#footer-menu li {
	display: inline;
	margin: 0;
	padding-left: 0;
	background-image: none;
}

#footer-menu li a {
	margin: 0 2px 0 5px;
}

#footer-menu li:before {
	content: "-";
	margin-top: -4px;
}

#footer-menu li:first-child:before {
	content: "";
}

#footer-menu li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 320px) {
	#la-ann-social-wrapper {}

	#la-social-wrapper {}

	#la-announcement,
	#socialbar #social-icons {
		text-align: center;
	}

	#la-logo-group-wrapper {
		text-align: center;
	}
}

@media screen and (max-width: 860px) {

	#la-announcement,
	#socialbar #social-icons {
		text-align: center;
	}

	#la-logo {
		float: left;
		margin-right: 5px;
		margin-bottom: 1em;
	}

	#la-logo img {
		display: inline-block;
	}

	.masonry-box {
		width: 410px;
		margin-bottom: 20px;
	}

	.post-thumbnail.alignleft {
		display: block;
		float: none;
		margin: 0.75em 0;
		text-align: center;
	}

	.la-mediabox4-media {
		display: block;
		float: left;
		margin: 1.25em 0;
	}
}

@media screen and (max-width: 768px) {
	#la-wrapper-boxed {
		width: 100%;
		margin: 0;
	}
}

.title_homepage {
	text-align: center;
	font-weight: bold;
	content: 24px;
	border-bottom: 5px solid #2bafbb;
	display: inline-block;
	padding: 10px;
	margin-bottom: 20px;
}

.content_homepage {
	text-align: center;
}

/*
li.cart-icon { 
	 content:18px!important; 
}
*/

@media screen and (max-width:400px) {
	#la-logo-group {
		content: 70% !important;
	}

	#la-logo img {
		width: 40px;
		height: 40px;
	}
}

.lavish_call_to_action {
	padding: 1em;
	margin-top: 1em;
	text-align: center;
}

/*----------------------*/

/* Footer ->  */

.footer-section {
	width: 100%;

	background-color: #213239;
}

.polytron-footer {
	width: 100%;
	height: 548px;
	background-color: #213239;
	position: relative;
	display: flex;
	flex-flow: column;
}

.footer-container {
	display: flex;
	justify-content: space-between;
	align-items: unset;
	height: 360px;
	gap: 2rem;
}

.footer-column {
	display: flex;
	flex-flow: column;
}

.footer-column.links {
	justify-content: space-evenly;
	height: 146px;
}

.footer-column.links>div {
	display: flex;
	flex-flow: column;
}

.footer-column.links>div:first-child {
	margin-bottom: 35px;
}

.footer-column.links>div>a {
	color: #9aaeb9;
	content: 1.4rem;
	font-weight: 400;
	line-height: 30px;
	text-decoration: underline;
}

.footer-link {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 30px;
	color: #9aaeb9 !important;
	outline: none !important;
	text-decoration: none !important;
}

.footer-label {
	content: 1.4rem;
	font-weight: 700;
	line-height: 28px;
	color: #9aaeb9;
}

.footer-policy {
	content: 1.4rem;
	color: #9aaeb9;
	margin: 0 auto;
	max-width: 400px;
	display: flex;
	justify-content: space-between;
}

.footer-policy>div {
	position: relative;
}

.footer-policy>div>a {
	text-decoration: none;
	color: #9aaeb9;
	content: 1.4rem;
}

.footer-policy>div:after {
	content: ' ';
	display: block;
	background-color: #9aaeb982;
	position: absolute;
	right: -25%;
	top: 0.3rem;
	height: 10px;
	width: 2px;
	margin: 0 auto;
}

.footer-policy>div:last-child::after {
	display: none;
}

.footer-logo-holder {
	margin-bottom: 55px;
	padding-top: 65px;
}

.footer-download-catalog:before,
.footer-download-guide:before {
	content: '\f063';
	font-family: FontAwesome;
	margin-right: 8px;
	color: #9aaeb9;
}

.footer-email:before {
	content: '\f0e0';
	font-family: FontAwesome;
	margin-right: 8px;
	color: #9aaeb9;
}

.footer-number {
	text-decoration: none !important;
	cursor: default;
	pointer-events: none;
}

.footer-number:before {
	content: '\f095';
	font-family: FontAwesome;
	margin-right: 11px;
	color: #9aaeb9;
}


/* Footer ->  end */


/* -----------Footer Pledge Section */
.our-pledge {
	height: 300px;
	display: flex;
	background-color: #e6ecf0;
}

.our-pledge .container-wrapper {
	display: flex;
	align-items: center;
}

.pledge-content-box {
	display: flex;
	width: 790px;
	align-items: center;
}

.pledge-content-box img {
	margin-right: 30px;
}

.pledge-holder {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.pledge-label {
	content: 3.0rem;
	font-weight: 700;
	color: #213239;
	margin-bottom: 10px;
}

.pledge-text {
	content: 2.0rem;
	font-weight: 500;
	color: #213239;
}

.pledge-icon {
	height: 130px;
	width: 130px;
	min-height: 129px;
	min-width: 129px;
}


/* -----------Footer Pledge Section end */

.distributors-page,
.our-pledge,
.footer-section,
.lavish_header.header_two {
	transition: 0.5s -webkit-filter linear, -webkit-transform 0.5s ease-out, -moz-transform 0.5s ease-out;
}

@media screen and (min-width: 320px) and (max-width: 1030px) {


	/* Footer ------------> */

	.footer-section {
		height: auto !important;
		padding: 0 1rem 0;
	}

	.footer-section .footer-container {
		height: 100% !important;
		display: flex !important;
		flex-wrap: wrap !important;
		margin-bottom: 70px !important;
	}

	.footer-section .footer-container .footer-column {
		height: auto !important;
	}

	.footer-section .footer-logo-holder {
		margin-bottom: 37px !important;
		padding-top: 40px !important;
		text-align: center !important;
	}

	.footer-section .footer-policy {
		width: 100% !important;
		display: flex !important;
		flex-wrap: wrap !important;
		padding-bottom: 50px !important;
	}

	.footer-policy>div:after {
		right: -3px !important;
	}

	.footer-section .footer-policy .policy-rights {
		margin-bottom: 17px !important;
	}

	.footer-section .footer-policy .policy-rights:after {
		display: none !important;
	}

	.footer-section .footer-policy .policy-date,
	.footer-policy .policy-rights,
	.footer-policy .policy-terms,
	.footer-policy .policy-privacy {
		width: 49% !important;
		text-align: center !important;
	}

	.footer-container .footer-column.menu {
		width: 90px !important;
		min-height: 330px !important;
	}

	.footer-container .footer-column.industries {
		width: 160px !important;
		min-height: 330px !important;
	}

	.footer-container .footer-column.products {
		min-height: 270px !important;
	}

	.footer-container .footer-column.products>label {
		margin-bottom: 20px !important;
	}

	.footer-container .footer-column.links {
		height: unset !important;
	}

}