/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2024 | 21:39:51 */
/* Footer */

footer#main-footer {
	padding: 15px 0 !important;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 1.45em !important;
}

.footer-breadcrump a,
.footer-legal a {
	color: #fff;
	transition: all .4s ease-in-out;
}

.footer-breadcrump a:hover,
.footer-legal a:hover {
	color: rgba(255,255,255,70%);
}

#footer-widgets .footer-widget li {
	position: unset;
	padding: unset !important;
}

footer#main-footer h6 {
	color: #fff;
	font-size: 14px;
	margin: 0 0 15px;
	padding: 0;
	text-transform: uppercase;
}

.footer-breadcrump,
.footer-contents,
.footer-legal {
	display: block;
	width: 100%;
}

/* Footer Breadcrump */

.footer-breadcrump {
	padding: 0;
	margin: 15px 0 0;
}

.footer-breadcrump .container {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,50%)
}

/* Footer Contents */

.footer-contents {
	padding: 30px 0;
}

.footer-container {
  	display: flex;
	flex-flow: row nowrap;
  	margin: 0;
  	width: 100%;
}

.footer-row {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  flex-basis: 29.6667%;
  padding: 0;
  margin: 0;
}

.footer-1,
.footer-2 {
  margin-right: 5.5%;
}

.footer-logo img {
	display: block;
	width: auto;
	max-height: 80px;
	margin-bottom: 20px;
}

.footer-contact p {
	padding-left: 48px;
	padding-bottom: 10px;
	position: relative;
}

.footer-contact p.place::before,
.footer-contact p.phone::before,
.footer-contact p.mail::before {
	position: absolute;
    font-family: "Font Awesome 6 Free" !important;
	left: 22px;
	font-weight: 700;
	font-size: 20px;
}

.footer-contact p.place::before {
	content: "\f14c" !important;
}

.footer-contact p.phone::before {
	content: "\f87b" !important;
}

.footer-contact p.mail::before {
	content: "\f199" !important;
}


.footer-menu ul {
	display: block;
	text-align: left;
	margin: -6px;
	width: calc(100% + 12px);
	padding: 0;
	font-size: 0;
	list-style: none;
}

.footer-menu ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 1.25em;
	padding: 6px;
}

.footer-menu ul li a {
	display: block;
	padding: 4px 6px;
	border: 1px solid rgba(255,255,255,50%);
	background: rgba(255,255,255,0%);
	color: #f4f4f4;
	border-radius: 3px;
	transition: all .4s ease-in-out;
}

.footer-menu ul li a:hover {
	background: rgba(255,255,255,50%);
	border: 1px solid transparent;
	color: #05305c;
}

/* Footer Legal */

.footer-legal-wrapper {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid rgba(255,255,255,50%);	
}

.footer-legal-wrapper div {
	display: flex;
	flex-basis: 50%;
}

.footer-legal-nav {
	align-items: flex-start;
	justify-content: flex-end;
}

.footer-legal-nav {
	align-items: flex-start;
	justify-content: flex-end;
}

.footer-legal-nav ul {
	list-style: none;
}

.footer-legal-nav ul li {
	display: inline-block;
	margin-left: 15px;
}

.footer-legal-nav ul li:first-child {
	margin-left: 0;
}


@media only screen and (max-width: 980px) {

footer#main-footer,
.footer-contents {
  padding: 15px 0 !important;	
}

footer#main-footer h6 {
	margin: 15px;
	text-align: center;
}	
	
.footer-breadcrump,
.footer-breadcrump p {
	text-align: center;
}	

.footer-container {
	flex-flow: column nowrap;
}

.footer-row {
  flex-basis: 100%;
}	
	
.footer-1,
.footer-2,
.footer-3	{
	align-content: center;
	margin: 0 auto;
	padding: 0 20px 20px;
}

.footer-menu ul {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}	
	
.footer-logo {
	display: block;
	margin: 0 auto;
	text-align: center;
}	
	
.footer-logo img {
	width: auto;
	margin: 0 auto 15px;
}	
	
.footer-legal-wrapper,
.footer-legal-wrapper div {
	display: block !important;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
	
.footer-legal-nav {
	padding-top: 15px;		
}
	
ul.footer-legal-menu li,
ul.footer-legal-menu li:first-child {
	margin: 0 7.5px !important;	
}	
	
}


@media only screen and (max-width: 640px) {

.footer-3	{
	display: none;
	visibility: hidden;
}
	
}	
	
	
	
	