/*
Theme Name: Connection Pointe Child
Description: Child theme for Connection Pointe Church website
Template: Divi
Version: 1.0.0
Author: Connection Pointe Church
*/

/* Import parent Divi theme styles */
@import url("../Divi/style.css");



/*** Threads Social Icon ***/
.et-social-github a.icon:before {
content: url(https://connectionpointe.cc/wp-content/uploads/threads-social-logo_blue.svg);
height: 32px!important;
width: 32px!important;
}

.et-social-twitch a.icon:before {
content: url(https://connectionpointe.cc/wp-content/uploads/threads-social-logo_white.svg);
height: 32px!important;
width: 32px!important;
}

/*** Apple Podcast Social Icon ***/

.et-social-amazon a.icon:before {
content: url(https://connectionpointe.cc/wp-content/uploads/apple-podcast-social-logo_blue.svg);
height: 32px!important;
width: 32px!important;
}

.et-social-bandcamp a.icon:before {
content: url(https://connectionpointe.cc/wp-content/uploads/apple-podcast-social-logo_white.svg);
height: 32px!important;
width: 32px!important;
}