/* 
Theme Name: Red Beard Joinery
Description: This is a child theme of Hello Elementor for Red Beard Joinery, created by Candlelight Websites
Author: Candlelight Websites
Author URI: https://lightyourway.co.za
Template: hello-elementor
Version: 1.0.1
*/

a.elementor-button {
	font-weight: 500 !important;
}
a.elementor-button:hover {
	box-shadow: none;
}
.text-secondary {
	color: var(--e-global-color-secondary);
}
.icon-list-2-col ul.elementor-icon-list-items {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}
.icon-list-border-left ul.elementor-icon-list-items li {
	border-left: 2px solid var(--e-global-color-4cae313);
	padding: 1rem 0 1rem 1rem !important;
}
.figure.wp-block-gallery.has-nested-images {
	border-radius: 16px;
}
@media(min-width:1025px) {
    .icon-list-2-col ul.elementor-icon-list-items {
        grid-template-columns: repeat(2, 1fr);
    }
}