/*
 Theme Name:   MyTheme Child
 Theme URI:    https://rumblebx.com/
 Description:  Child theme for Rumblx
 Author:       Lester Lubiano
 Author URI:   https://rumblebx.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

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

#site-header,
.page-header,
#site-footer{
    display:none;
}

.header{
	position:fixed !important;
}

.left-title {
    width: 25%;
    display: inline-block;
}

.left-title h3{
    font-size: 20px;
    font-weight: bold;
}

.right-content {
    width: 70%;
    display: inline-block;
}

.right-content br{
    display:none !important;
}

.email-part span{
    width:45%;
    display: inline-block;
}