/*
Theme Name: TLC Child Theme
Theme URI: https://www.elive.net
Version: 1.0
Description: Team Limerick Cleanup Child Theme
Author: Elive
Author URI: https://www.elive.net
template: bb-theme
*/

/* Add your custom styles here... */ 


/* Image on Bottom of homepage slider */ 
#elive-header.bottom-white {
    position: relative;
}
#elive-header.bottom-white::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 175px;
    background: url('https://dev.teamlimerickcleanup.ie/wp-content/uploads/2021/01/slider-bg.png') no-repeat top center/100% auto;
	z-index: 999;
	background-size: cover;
}
#elive-header.bottom-white .fl-row-content {
    z-index: 1;
}


/* Header Icons */ 
.fl-node-60103549465e4 .fl-module-content .fl-icon:nth-child(1) i{
	border-radius:0;
}

.fl-node-60103549465e4 .fl-module-content .fl-icon:nth-child(2) i{
	border-radius:0;
}

.fl-node-60103549465e4 .fl-module-content .fl-icon:nth-child(3) i{
	border-radius:0;
}

* Header Icons Mobile */ 
.fl-node-60103b7b8e632 .fl-module-content .fl-icon:nth-child(1) i{
	border-radius: 0;
	-webkit-border-radius:0;
}


.fl-node-60103b7b8e632 .fl-module-content .fl-icon:nth-child(2) i{
	border-radius:0;
}


.fl-node-60103b7b8e632 .fl-module-content .fl-icon:nth-child(3) i{
	border-radius:0;
}