/*
Theme Name: Template by Porter Technology
Version: 2.2.0
Description: A child theme of Twenty Twenty
Author: wa1ker123
Template: twentytwenty
*/

@import url("../twentytwenty/style.css");
.hfe-menu-item {
	white-space: pre;
}
.toggle-stores .elementor-tab-content a strong {
  color: white;
  background: #95d60a;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  width: auto;
  float: right;
}
hr {
	margin: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}
/* Header */
/* Footer */
#site-footer {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: #27592c;
	position: relative;
}
.section-top{
    margin: auto;
    text-align: center;
}
.section-top h3 {
	margin: 0px;
	color: white;
}
.section-outer{
    margin: auto;
    text-align: center;
}
.custom-links {
	margin-right: 20px;
	margin-bottom: 0px;
	text-align:right;
}
.footer-credits {
	display: flex;
	width: 100%;
}
.footer-copyright {
	font-weight: 200 !important;
	color: white;
}
.custom-links {
	margin: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.custom-links a {
	color: white;
}
.custom-footer-menu {
	display: flex;
	margin: auto;
	margin-top: 20px;
}
#menu-custom-footer {
	display: flex;
	list-style: none;
	margin: 0px;
}
#menu-custom-footer a {
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none !important;
}
.footer-links {
	margin-left: 15px;
	font-size: 12px;
}
.lor {
	font-size: 10px;
	line-height: 0px;
	margin-left: 15px;
	font-weight: 100;
}
.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
	margin-top: 0px;
}
@media screen and (max-width: 820px){
	#menu-custom-footer {
	display: block;
	text-align: center;
}
}