/*
Theme Name: Elementra Child Theme
Template: elementra
Theme URI: https://elementra.themerex.net/
Description: Elementra Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
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: elementra
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.page_content_wrap {
    padding-bottom: 0px;
}
.side-nav span.trx-addons-item-icon svg {
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.side-nav .trx-addons-nav-widget-container ul {
    gap: 16px !important;
}
.side-nav a.trx-addons-menu-link.trx-addons-menu-link-parent {
    gap: 8px;
}
.side-nav span.trx-addons-item-icon {
    line-height: 0px;
}
html.widget-document body.kv-widget-body .portal-wrapper .name {
    display: none;
}
.price-table th {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .side-nav .trx-addons-nav-widget-container ul {
        display: flex;
        flex-direction: row;
    }
    .side-nav .trx-addons-nav-widget-container ul {
        width: 300px !important;
    }
}