/*
 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
*/

.constrained-content{
	max-width:720px;
}

@media all and (min-width:768px)
{
.connected-number-wrap{
  overflow: visible!important;
}

.connected-number-wrap::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 75%;
  right: 0;
  height: 2px;
  background-color: black;
  z-index: -1; 
  width: 100%;
}

.connected-number-wrap:first-child::before {
  left: 75%;
}

.connected-number-wrap:last-child::before {
width: 0;
  display: none;
}

}

.container-wrap .lpcta__block{
border-color: #A1A1A1;
}

.rank-locations_tab__menu .locations__title {
  border-radius: 5px!Important;
}

.jet-form-builder__field option{
	color:#333;
}

.em_slider{
	max-width:880px;
	margin:0 auto;
}