/*
Theme Name: Algenix Child Theme
Theme URI: https://algenix.axiomthemes.com/
Description: Algenix is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: https://axiomthemes.com/
Version: 1.9.0
Tested up to: 6.9
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: algenix
Template: algenix
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */


/* css for custmizing tab in AI-First Product Engineering page  */

.my-custum-tab .trx-addons-tabs-vertical{
	flex-direction: column !important;
}

/* hidding a input filed for taking url input default page */
#page-url{
	display:none !important;
}

/* for hidding url page in custom product development page */

.custom-product-url #mf-input-text-a80d7f8,#mf-input-text-a80d7f8{
	display:none;
}


