/* 
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  Hello Elementor Child
 Author:       Alex R
 Author URI:   https://antexstoneandrailing.com
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.section-pages,
.section-pages ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;   /* center the row */
    gap: 8px 20px;             /* row-gap  column-gap */
}

.section-pages li {
    display: inline-flex;
    margin: 0;
}

.children {padding-left:20px !important;}
.section-pages a {
    text-transform: none;      /* kill the uppercase */
    /* text-transform: capitalize;  ← use this instead if you want Title Case */
    display: inline-block;
    line-height: 1.6;
	color:#D5B471;
}
.section-pages a:hover {color:#D5B471;text-decoration:underline;}