#footer-bottom {
	padding: 10px;
}

body:not(.home) #footer-bottom {
	margin-top: 2rem;
}


#footer {
	position: relative;
	z-index: 21;
}

#footer .container-fluid,
#footer-claim .container-fluid {
	padding-left: 5rem;
	padding-right: 5rem;
}


#footer .footer-inner {
	background: var(--light-gray);
	padding-top: 5rem;
	padding-bottom: 5rem;
	line-height: 30px;
}

#footer .footer-inner span.widget-title {
	display: block;
	font-weight: bold;
}

#footer .footer-inner .widget_nav_menu a {
	color: inherit;
	text-decoration: none;
	font-weight: 500;
}

#footer .widget_nav_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#footer .footer-widget-column-full-width .menu {
	display: flex;
	column-gap: 73px;
}

.floating-sidebar {
	position: fixed;
  top: 300px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 3px;
  z-index: 100;
  width: 40px;
  background: #eee;
  border-radius: 30px;
  padding: 4px;
  }

.wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link {
	background-color: rgb(var(--primary-color));
}

.floating-sidebar .wp-block-social-links {
	margin-bottom: 0;
}

.floating-sidebar .wp-block-social-links .wp-social-link a {
	width: 34px;
	height: 34px;
	justify-content: center;
}

@media (max-width: 768px) {
	#footer {
		hyphens: auto;
		-moz-hyphens: auto;
		line-height: inherit;
	}
	#footer .container-fluid {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	#footer .footer-inner {
		line-height: inherit;
	}
	#footer .footer-claim {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	#footer .footer-claim .footer-claim-text {
		font-size: 30px;
		margin-bottom: 2rem;
	}
	#footer .footer-claim .footer-claim-text span {
		display: block;
	}
	#footer .footer-claim img {
		width: 120px;
	}
	#footer .footer-widget-column-full-width .menu {
		flex-direction: column;
	}
	.floating-sidebar {
		width: 30px;
	}
	.floating-sidebar .wp-block-social-links .wp-social-link a {
		width: 26px;
		height: 26px;
		padding: 0;
	}
	.floating-sidebar .wp-block-social-links .wp-social-link svg {
		height: 16px;
 		 width: 16px;
	}

	.floating-sidebar .sidebar-contact .sidebar-contact-text {
		min-width: 200px;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	#footer-bottom #menu-footer {
		margin-bottom: 10px;
		display: none;
	}
	#footer-bottom #menu-footer li {
		margin: 5px 30px 5px 30px;
	}
	#footer-bottom .wp-block-social-links {
		margin-top: -29px;
	}

	#footer-bottom .wp-block-social-links .wp-social-link svg {
		height: 15px;
  	width: 20px;
	}

	.wp-block-storepress-marquee__item figure.wp-block-gallery.has-nested-images {
		margin-bottom: 0;
	}
	.wp-block-stackable-posts .stk-block-posts__item .stk-block-posts__title {
		padding-left: 0;
		padding-right: 0;
	}
}

@media(max-width: 991px) {
	#footer-claim {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	#footer-claim .footer-claim-text {
		font-size: 30px;
	}
	#footer-claim .footer-claim-text span {
		display: block;
	}
	#footer .footer-widget-column-full-width .menu {
		justify-content: space-between;
	}
}

@media (min-width: 768px) and (max-width: 1199.99px) {
	#footer .widget_nav_menu ul {
		
	}
}

#footer-top {
	margin-top: 50px;
}

.home #footer-top {
	margin-top: 0px;
}

/* ---- Scroll top ---- */
#scroll-top {
	opacity: 0;
	position: fixed;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	z-index: 1000;
	transition: bottom ease .5s, opacity ease 1s;
}

#scroll-top.scroll-top-right {
	right: 30px;
	bottom: 30px;
	opacity: .9
}

#scroll-top span {
	display: block;
	transform: rotate(-180deg);
	background-position: -3px -4px;
	background-size: 100px;
}

#scroll-top,
#scroll-top span,
#scroll-top span svg {
	width: 35px;
	height: 35px;
}

/* ---- Scroll top Outline ---- */
.progress-wrap {
	position: fixed;
	right: 0;
	bottom: 30px;
	height: 35px;
	width: 35px;
	cursor: pointer;
	display: block;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	background-color: RGB(199, 199, 199);
	z-index: 1020;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px) translateX(-50%);
	-webkit-transform: translateY(15px) translateX(-50%);
	-moz-transform: translateY(15px) translateX(-50%);
	-ms-transform: translateY(15px) translateX(-50%);
	-o-transform: translateY(15px) translateX(-50%);
	transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) translateX(-50%);
	transition: background-color ease-in-out .2s;
}

.progress-wrap.active-progress:hover {
	background: rgba(255,255,255,.3);
}

.progress-wrap:hover::after {
	opacity: 0;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: var(--vst-blue);
	stroke-width: 6;
	box-sizing: border-box;
	transition: stroke-dashoffset 10ms linear, stroke .2s !important;
	-webkit-transition: stroke-dashoffset 10ms linear, stroke .2s !important;
	-moz-transition: stroke-dashoffset 10ms linear, stroke .2s !important;
	-ms-transition: stroke-dashoffset 10ms linear, stroke .2s !important;
	-o-transition: stroke-dashoffset 10ms linear, stroke .2s !important;
}

.progress-arrow {
	top: 0;
	position: absolute;
	width: 35px;
	height: 35px;
	left: 50%;
	transform: translateX(-50%) rotate(180deg);
	-webkit-transform: translateX(-50%) rotate(180deg);
	-moz-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	-o-transform: translateX(-50%) rotate(180deg);
}

@media (max-width: 768px) {
	.progress-wrap {
		bottom: 10px;
	}
}

.footer_nav ul {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
	padding: 0;
  }

  .footer_nav li {
	list-style-type: none;
	display: inline-block;
	margin: 10px 30px 10px 30px;
	font-size: 11px;
  }

  .footer_nav li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
  }