/*
Theme Name: Bethel Child Theme for Elementor Hello
Theme URI: https://www.violetfoxsolutions.com
Description: A Child Theme was created for Bethel to address issues with Elementor Hello, primary 
Author: Martyn Vos
Author URI: https://www.violetfoxsolutions.com
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Site wide CSS changes
*/

/* 
Updates to the Events Control
*/
.search_events, .wpem-event-layout-action
{
    display: none !important;
}

.elementor-25 .elementor-element.elementor-element-5716c99 > .elementor-widget-container {
    padding: 1px 19px 19px 19px !important;
}


#shining-light{

}

#shining-light h1{
   
}


/*
Between 768px and 830px the elementor-flip-box gets squeezed this causes the text to build over,
adjusting the tilte and text font size and the padding within the box.
 */
@media only screen and (min-width: 768px) and (max-width: 830px) {
    .elementor-flip-box__layer__title {
        font-size: 30px !important;
    }

    .elementor-flip-box__layer__overlay {
        padding: 10px !important;
    }

    .elementor-flip-box__layer__description{
        font-size: 14px !important;
    }
}

/*
Fix the max width for the Program tabs.
*/
@media only screen and (max-width: 742px) {

    #kids, #youth, #young-adults, #adults- 
    {
        width: 100%;
    }

    #youth, #young-adults, #adults- 
    {
        border-radius: 0px;
    }

}

/*
Remove the image when the controls are stacked. 
*/
@media only screen and (max-width: 767px) {

    .sketch-image
    {
        display: none;
    }

}

/*
Fix the max width for the Mission Ministries tabs.
*/
@media only screen and (max-width: 670px) {

    #impact-zambia, #world-renew, #new-ground, #moses-karen-lubbers-odel 
    {
        width: 100%;
    }

    #youth, #world-renew, #new-ground, #moses-karen-lubbers-odel
    {
        border-radius: 0px;
    }

}