/*======================================
Theme Name: DPD Divi1 Child Theme - Modified for KCC
Theme URI: https://beacondigitalvideo.biz/build1-kcc
Description: Dec 2019 Divi1 template - this is the base for other sites
Version: 1.0
Author: Dave Doherty - doherty504@gmail.com
Author URI: https://beaconwebsites.com/
Template: Divi
======================================
Audit Trail:
1.0.0	12/01/19	start - no changes
1.0.1	08/22/22	Start for Kensington Congregational Church (KCC)

======================================
DON'T THINK I'M USING DIVI's CUSTOM CSS AREAS
You can add your own CSS styles here. Use !important to overwrite styles if needed.
*/


/* (#01) ---- Remove "subscribe to calendar in 'The Events Calendar' ---  DD:08-30-2022 ---- */
/* used this YouTube Video to lean how to do this - https://www.youtube.com/watch?v=7ThXc_QwTtQ at 6:27 of the video */
.tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}


/* (#02) ---- Vertically Center Column Elements ---  DD:09/30/22 ---- */
/*----- From: https://joshhall.co/how-to-create-a-fullwidth-2-column-image-text-section-in-divi/ -----*/
 
.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}


/* (#03) ---- Remove black bottom bar from footer ---  DD:01/31/23:  ---- */
#footer-bottom {    
display: none;
}


/* (#04) ---- Description of change 04 ---  DD:mm-dd-yyyy ---- */