/*
Theme Name: Divi Child - SD Camaro Club
Template: Divi
Description: Divi child theme adding a YouTube icon to the footer social icons.
Version: 1.0
*/

.et-social-youtube a.icon:before {
	content: "\e0a3";
}

/* Full-width events calendar */
body.post-type-archive-tribe_events #main-content .container,
body.single-tribe_events #main-content .container {
	width: 94%;
	max-width: 1600px;
}
body.post-type-archive-tribe_events .tribe-common-l-container,
body.single-tribe_events .tribe-common-l-container {
	max-width: 100%;
}
