.panel-footer {
	display: flex;
	flex-direction: column;
	background-color: #BDD6DB;
	color: #fff;
	padding: 0;
	margin-top: 50px;
	bottom: 0px;
	width: 100%;
}

.panel-footer .footer-top {
	padding: 20px 15px;
}

.panel-footer .footer-top .footer-logo {
	margin: 0 auto 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.panel-footer .footer-top .footer-logo > * {
	max-width: 100px;
}

.panel-footer .footer-top .footer-contact {
	text-align: center;
}

.panel-footer .footer-top .contentRender_name_plugins_core_textbox {
	border-bottom: 1px solid #d3d3d3;
}

.panel-footer .footer-top .contentRender_name_plugins_core_textbox p {
	margin-bottom: 10px;
	color: #444444;
	font-size: 12px;
	font-style: italic;
}

.panel-footer .footer-top .contentRender_name_plugins_core_textbox p:last-child {
	margin-bottom: 25px;
}

.panel-footer .footer-top .footer-contact .contact-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.panel-footer .footer-top .footer-links.col-navs {
	display: flex;
	justify-content: center;
}

.panel-footer .footer-top .footer-links .navFooter {
	column-count: 3;
	column-gap: 75px;
	list-style-type: none;
	margin: 0;
}

.panel-footer .footer-top .footer-links.col-navs .navFooter {
	column-count: 1;
	column-gap: 0;
	display: flex;
	flex-direction: column;
	padding-right: 2.5em;
}

@media (max-width: 1024px) {
	.panel-footer .footer-top .footer-links.col-navs {
		justify-content: space-around;
	}

	.panel-footer .footer-top .footer-links.col-navs .navFooter {
		padding-right: 0;
	}
	
}

.panel-footer .footer-top  li.item {
	margin-bottom: 15px;
}

.panel-footer .footer-top  li.item a {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
 }

/*Footer Bottom*/
.panel-footer .footer-bottom .footer-social {
	margin-bottom: 15px;
}

.panel-footer .footer-bottom .footer-social .social-links .social-link{
	color: #444444;
}

.panel-footer .footer-bottom .copyright {
	padding: 0 15px 8px;
}

.panel-footer .footer-bottom .copyright p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #444;
	line-height: 1.2;
	text-align: center;
}

.panel-footer .footer-bottom .simpleview-logo {
	margin-bottom: 15px;
	text-align: center;
}

.panel-footer .footer-bottom .simpleview-logo img {
	width: 120px;
}

.panel-footer .footer-top .logo-footer img {
	width: 100%
}

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}

@media screen and (min-width: 641px){
	.panel-footer .footer-top .footer-logo > * {
		max-width: 150px;
	}
	
	.panel-footer .footer-bottom .copyright {
		padding: 15px;
	}

	.panel-footer .footer-bottom .copyright p {
		font-size: 14px;
		line-height: 1.2;
	}

	.panel-footer .footer-bottom .simpleview-logo img {
		width: 200px;
	}
}

@media screen and (min-width: 1025px) {
	.panel-footer .inner {
		/* padding: 0 15px; */
	}

	.panel-footer .footer-top,
	.panel-footer .footer-bottom {
		display: flex;
		margin: 0 auto;
		width: 100%;
	}

	.panel-footer .footer-top {
		align-items: center;
		justify-content: space-evenly;
		border-bottom: 2px solid #444444;
	}

	.panel-footer .logo-and-contact {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.panel-footer .footer-top .footer-logo {
		margin-right: 25px;
		width: 150px;
		height: 150px;
	}

	.panel-footer .footer-top .footer-logo {
		margin: 0 30px 0 0;
		text-align: left;
	}

	.panel-footer .footer-top .footer-contact {
		text-align: left;
		margin-right: auto;
	}

	.panel-footer .footer-top .footer-contact .contact-title {
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 2px;
	}

	.panel-footer .footer-top .footer-contact .contentRender_name_plugins_core_textbox {
		padding: 0;
		border: none;
	}

	.panel-footer .footer-top .contentRender_name_plugins_core_textbox p {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 1.7;
	}

	.panel-footer .footer-top .contentRender_name_plugins_core_textbox p:last-child {
		 margin-bottom: 0;
	}

	.panel-footer .footer-top .footer-links {
		display: block;
	}

	.panel-footer .footer-bottom {
		display: flex;
		justify-content: space-around;
		margin: 30px auto 40px;
	}

	.panel-footer .footer-bottom .footer-social {
		margin-bottom: 0;
	}

	.panel-footer .footer-bottom .footer-social .social-links {
		font-size: 20px;
	}
	
	.panel-footer .footer-bottom .footer-social .social-links .social-network .eventbrite {
		width: 20px;
	}

	.panel-footer .footer-bottom .copyright {
		order: -1;
		padding-top: 10px;
	}
}

@media screen and (min-width: 1200px) {

	.panel-footer .footer-top .footer-links:not(.col-navs) .navFooter {
		column-gap: 145px;
	}
}