/*
 Theme Name:   GeneratePress Child
 Theme URI:    
 Description:  GeneratePress Child Theme
 Author:       Indra
 Author URI:   http://example.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  generatepresschild
*/

/*fix toogle menu*/
@media only screen and (max-width: 767px) {
    .main-navigation ul.quadmenu-navbar-nav {
        display: none !important;
    }
    .main-navigation.toggled ul.quadmenu-navbar-nav {
        display: block !important;
    }

}

/* Fix trial site 2 */
.explorer-svg,
.generate-back-to-top + div,
div[data-elementor-type="error-404"] + div,
/* Fix 404 page FB watermark */
div[style='clear:both;width:100%;text-align:center;font-size:11px;'] {
	display: none;
}

/* Share menu icon size*/
.elementor-share-btn__icon em{
    font-size: var(--e-share-buttons-icon-size,1.7em);
}

/*Bug 112543 #c23*/
.wp-block-table table{
	border-collapse: unset !important;
	border-width: 1px !important;
}

/*R7D-235 - circle icon become oval icon in PV because the font-awsome <i> tag is changed into <em> tag in PV.*/
.elementor-icon em {
 width:1em;
 height:1em;
 position:relative;
 display:block
}
