/**
Theme Name: Astra Child
Author: New Century
Author URI: https://www.newcenturypa.com
Description: Astra Child Theme modified by Misha Shvartsman
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


ul.home-fs-form__tab-items {
  margin: 0;
}

.breadcrumbs span.aioseo-breadcrumb-separator {
  display: none;
}

.footer__services .cont-toggle__name a,
.footer__services .cont-toggle__name a:hover {
  color: #eeeff5;
}

.footer__services .cont-toggle__links span.link {
  font-family: poppins-medium-500, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-transform: capitalize;
  color: #eeeff5;
  display: inline-block;
  margin: 6px 6px 6px 0;
  padding: 0 0 0 12px;
  position: relative;
}

.footer__services .cont-toggle__links span.link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #e73668;
  -webkit-transition: all ease .15s;
  -o-transition: all ease .15s;
  transition: all ease .15s;
}