/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

html {
	scroll-behavior: smooth;
}

body, a {
    -webkit-tap-highlight-color: transparent;
}

body.bricks-is-frontend :focus {
    outline: none;
}

body.bricks-is-frontend :focus-visible {
    outline: none;
}

#brx-content {
	overflow: hidden;
}

.wit-marker-primary {
    background: url(/wp-content/uploads/brush_primary.svg);
	background-repeat: no-repeat;
    background-size: 100% 1.3em;
	background-position: center;
    color: var(--text-light);
    padding-left: 13px;
    padding-right: 13px;
    margin-left: -8px;
    margin-right: -8px;
    white-space: nowrap;
}
.wit-marker-tertiary {
    background: url(/wp-content/uploads/brush_tertiary.svg);
	background-repeat: no-repeat;
    background-size: 100% 1.3em;
	background-position: center;
    color: var(--text-light);
    padding-left: 13px;
    padding-right: 13px;
    margin-left: -8px;
    margin-right: -8px;
    white-space: nowrap;
}
.working-hours {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0;
}
.working-hours li {
  border-bottom: 1px dotted rgb(255 255 255 / .1);
  padding: 6px 0 !important;
  list-style-type: none;
}
.working-hours li:first-child {
  padding-top: 0 !important;
}
.working-hours li:last-child {
  border-bottom: none !important;
  font-weight: 500;
}
.working-hours li span {
  float: right;
  min-width: 122px;
}
address {
    font-style: normal;
}