.tdg-footer-wrapper {
  background-color: #F1F1F3;
  display: flex;
}
.tdg-footer-wrapper .tdg-footer {
  max-width: 1440px;
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top {
  display: flex;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper {
  flex-basis: 100%;
  flex-shrink: 1;
  display: flex;
  border-right: 1px solid var(--e-global-color-primary);
  margin-right: 100px;
  /*@media(max-width:800px){
					
					display: block;
					.footer-links-column{
						display: block;
						width:100%;
					}
				}*/
}
@media (max-width: 1200px) {
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper {
    margin-right: 30px;
  }
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column {
  flex-basis: 20%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column {
    flex-basis: 25%;
  }
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column.footer-links-column-4 .tablet-col-5 {
  display: none;
}
@media (max-width: 1200px) {
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column.footer-links-column-4 .tablet-col-5 {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column.footer-links-column-5 {
    display: none;
  }
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column ul li {
  padding-bottom: 30px;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column ul li.footer-link-transparent > a {
  opacity: 0;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column ul li a {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 20px;
  line-height: normal;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column ul li ul {
  margin-top: 20px;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column ul li ul li {
  padding-bottom: 10px;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column ul li ul li a {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 15px;
  line-height: normal;
  color: var(--e-global-color-primary);
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-link-transparent > a {
    display: none;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column {
    flex-basis: 50%;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column-1 {
    order: 1;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column-2 {
    order: 3;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column-2 > div ul > li {
    padding-bottom: 0;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column-3 {
    order: 7;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column-3 .sub-menu {
    margin-top: 0;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column-4 {
    order: 5;
  }
}
@media (max-width: 767px) {
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper {
    text-align: center;
    display: block;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column {
    display: block;
    width: 100%;
  }
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-locations-wrapper {
  flex-basis: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-locations-wrapper h4 {
  margin: 0;
  padding: 0;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-locations-wrapper .footer-location {
  margin-bottom: 30px;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-locations-wrapper .footer-location a.location-name {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 20px;
  line-height: normal;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-locations-wrapper .footer-location .location-socials {
  margin-top: 10px;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-locations-wrapper .footer-location .location-socials a {
  margin-right: 10px;
  margin-top: 10px;
  text-decoration: none;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-locations-wrapper .footer-location .location-socials a:hover svg path {
  fill: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top {
    flex-direction: column;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper {
    border-right: 0;
    margin-right: 0;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column {
    padding-right: 0px;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column.footer-links-column-4 .tablet-col-5 {
    display: none;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-links-wrapper .footer-links-column.footer-links-column-5 {
    display: block;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-top .footer-locations-wrapper {
    text-align: center;
    border-top: 1px solid var(--e-global-color-primary);
    padding-top: 50px;
    margin-top: 20px;
  }
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-bottom {
  margin-top: 50px;
  border-top: 1px solid var(--e-global-color-primary);
  display: flex;
  flex-direction: column;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-bottom .footer-logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-bottom .footer-logo-wrapper img {
  margin: 0 auto;
  max-width: 100%;
  padding: 30px 10px;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-bottom .footer-bottom-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-bottom .footer-bottom-links ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-bottom .footer-bottom-links ul li {
  color: var(--e-global-color-primary);
  text-transform: uppercase;
  font-size: 13px;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-bottom .footer-bottom-links ul li a {
  text-decoration: none;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
  font-size: 13px;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-bottom .footer-bottom-links ul li a:hover {
  text-decoration: underline;
}
.tdg-footer-wrapper .tdg-footer .tdg-footer-bottom .footer-bottom-links ul li.footer-bullet {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--e-global-color-primary);
  margin: 0 10px;
}
@media (max-width: 767px) {
  .tdg-footer-wrapper .tdg-footer .tdg-footer-bottom {
    margin-top: 20px;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-bottom .footer-logo-wrapper img {
    padding-top: 50px;
  }
  .tdg-footer-wrapper .tdg-footer .tdg-footer-bottom .footer-bottom-links ul {
    flex-wrap: wrap;
  }
}
.footer-location-google-link {
  color: var(--e-global-color-primary) !important;
  text-decoration: underline !important;
}
.footer-location-google-link:hover {
  text-decoration: none !important;
}
.store-hours-trigger {
  color: var(--e-global-color-primary) !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}
.store-hours-trigger:hover {
  text-decoration: none !important;
}
/*# sourceMappingURL=https://www.greenfront.com/wp-content/plugins/tdg-elementor-plugin/widgets/tdg-footer/css/tdg-footer.css.map */