/*
 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;
}

.wpcf7-form p:nth-of-type(1) label:nth-of-type(1),
.wpcf7-form p:nth-of-type(1) label:nth-of-type(2){
    display:inline-block;
}

.wpcf7-form p br{
    display: none;
}

.wpcf7-form p:nth-of-type(2) label,
.wpcf7-form p:nth-of-type(3) label{
    width: 80.5%;
}

.wpcf7-form input,
.wpcf7-form textarea{
    border: 1px solid #66666633 !important;
    border-radius:5px !important;
}

.wpcf7-submit{
    background-color: #000 !important;
    color: #FFF !important;
    border-radius: 20px !important;
    font-weight: 700;
}

.menu-item-244,
.menu-item-247{
    border-top:2px solid #FFF !important;
}

@media only screen and (max-width: 640px) {
    .mob-menu-header-holder{
        height:70px !important;
    }
    .mobmenul-container{
        width:100%;
    }
    .mobmenul-container i{
        float:right !important;
        right:10px !important;
        position:relative !important;
    }
}