/*
 Theme Name:   Hello Elementor Child
 Description:  Hello Elementor Child Theme
 Author:       Webgate.digital
 Author URI:   https://webgate.digital
 Template:     hello-elementor
 Version:      1.0.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hello-elementor-child
*/
html .custom-post-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}
html .custom-post-tags a, html .custom-post-tags a:visited, html .custom-post-tags a:hover, html .custom-post-tags a:active {
  padding: 6px 16px;
  display: block;
  border-radius: 48px;
  border: solid 1px #F179AD;
  color: #20323F;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.custom-post-topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 16px;
}
.custom-post-topics span {
  margin: 0 4px;
}
.custom-post-topics a.custom-post-topic, .custom-post-topics a.custom-post-topic:visited, .custom-post-topics a.custom-post-topic:hover, .custom-post-topics a.custom-post-topic:active {
  font-family: "Eina 01", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--color);
  text-decoration: none;
  text-transform: uppercase;
  color: #20323F;
  line-height: 16px;
}

.flex {
  display: flex;
}

/*# sourceMappingURL=style.css.map */
