/*
 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
*/
.highlight-txt {
    background-color: #f9ce21;
    padding: 4px;
}
.highlight-post-txt {
    background-color: #f9ce21;
    padding: 4px;
	  color:#222;
}
.wp-block-quote {
    font-style: italic;
}
ul.feature-box-1 {
    background: #f5f5f5;
    margin: 0 0 60px!important;
    padding: 40px 50px 35px 70px;
    list-style: square;
    border-radius: 3px
}

ul.feature-box-1 li {
    padding-bottom: 10px
}

ul.feature-box-2 {
    margin: 0 0 50px!important;
    padding: 40px 50px 15px 70px;
    list-style: square;
    border-radius: 3px;
    border: solid 1px #eee
}

ul.feature-box-2 li {
    padding-bottom: 30px
}

 ol.genaifolks-ordered {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    margin: 20px 40px 40px 35px
}

ol.genaifolks-ordered li {
    position: relative;
    padding-left: 50px;
    min-height: 60px;
    margin-bottom: 30px
}

ol.genaifolks-ordered li:before {
    content: counter(li);
    counter-increment: li;
    color: #888;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700
}

.ast-article-single a,.feature-box-1 a {
    border-bottom: solid 2px #eee
}

.ast-article-single a:hover,.feature-box-1 a:hover {
    border-bottom: solid 2px #ddd
}
hr{
	background-color: var(--secondary-ultra-light);
    color: var(--secondary-ultra-light);
}
