/*
Theme Name: hello-elementor Child
Theme URL: http://hostinger-tutorials.com
Description: hello-elementor Child Theme
Author: John Doe
Author URL: http://hostinger-tutorials.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child

 Custom CSS goes after this line
 */

body.page-id-434 .gb_footer_form{
    display: none;
}
.elementor-form .elementor-field-type-recaptcha_v3 .elementor-g-recaptcha .grecaptcha-badge{
    right:-100% !important;
}
.media-line.elementor-section .elementor-column .elementor-widget-wrap{
    flex-direction: column;
    gap: 20px;
}
.media-line.elementor-section .elementor-column .elementor-widget-wrap > .elementor-element:first-child{
    flex-basis: 50%;
    margin: 0;
    padding: 0;
}
.media-line.elementor-section .elementor-column .elementor-widget-wrap > .elementor-element:last-child{
    flex-basis: 29%;
}
.media-line.elementor-section .elementor-column .elementor-widget-wrap > .elementor-element:last-child > .elementor-widget-container{
    height: 100%;
}
@media only screen and (max-width : 768px){
    .media-line.elementor-section .elementor-column .elementor-widget-wrap{
        flex-wrap: nowrap !important;
    }
}
