/*
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
------------------------------------------------------------ */

#tnp-modal-body {
  background-color: #d8d4b7;
}

#user-registration-form-19 {
	background-color: #d8d4b7 !important;
}

#ur-frontend-form {
	background-color: #d8d4b7 !important;
}

.user-registration-MyAccount-navigation {
	background-color: #d8d4b7 !important;
}

.user-registration-MyAccount-content {
	background-color: #d8d4b7 !important;
}

.user-registration-form a,
.ur-frontend-form a {
    color: #efb627 !important;
}

.user-registration-form a:hover,
.ur-frontend-form a:hover {
    color: #cc7a00 !important;
}

/* User Registration – buttons */
.user-registration-form button,
.user-registration-form input[type="submit"],
.ur-frontend-form button,
.ur-frontend-form input[type="submit"] {
    background-color: #efb627 !important;
    color: #ffffff !important;
    border: none;
}

/* Hover */
.user-registration-form button:hover,
.user-registration-form input[type="submit"]:hover,
.ur-frontend-form button:hover,
.ur-frontend-form input[type="submit"]:hover {
    background-color: #cc7a00 !important;
    color: #ffffff !important;
}

/* Όταν ΔΕΝ είναι συνδεδεμένος */
body:not(.logged-in) .menu-account {
    display: none;
}

/* Όταν ΕΙΝΑΙ συνδεδεμένος */
body.logged-in .menu-login {
    display: none;
}

/* Αφαίρεση μαύρου background */
.trx-addons-submenu-link:hover,
.trx-addons-submenu-link:focus,
.trx-addons-submenu-link.trx-addons-active-item {
    background-color: transparent !important;
}

/* Αλλαγή χρώματος στο TEXT (span) */
.menu-account .trx-addons-submenu-link:hover .trx-addons-menu-link-text,
.menu-account .trx-addons-submenu-link.trx-addons-active-item .trx-addons-menu-link-text {
    color: #e5a411 !important;
}

/* Smooth transition */
.menu-account .trx-addons-menu-link-text {
    transition: color 0.2s ease;
}