/*
 * AnyWareX OnePress - Custom CSS
 * ------------------------------------------------------------
 * Use this file for site-specific CSS additions and overrides
 * that should travel with the theme/project.
 *
 * This stylesheet is loaded late (priority 99) so that normal
 * theme styles can be overridden without using WordPress
 * "Additional CSS" for every customization.
 *
 * Recommended:
 * - Keep reusable project CSS here.
 * - Use clear section comments.
 * - Avoid editing style.css for small local overrides.
 *
 * Existing CSS saved in WordPress Customizer > Additional CSS
 * is NOT automatically migrated into this file.
 */

/* ==========================================================
   Custom overrides
   ========================================================== */

/* Add project-specific rules below this line. */

/* Gutenberg preset font size M → 16px */
.has-medium-font-size {
  font-size: 16px !important;
}

.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
    background-color: #FF7800 !important;
}
.wpforms-form button[type=submit]:hover {
    background-color: #CF6303 !important;
}

.back-to-clocktam {
	transform: rotate(270deg);
}

.awx-flag-icon {
	margin-right: 6px;
}

.awx-topnav {
	color: white !important;
}

/* Style the links inside the navigation bar */
.awx-topnav a {
	color: white !important;
  text-decoration: none;
}

/* Change the color of links on hover */
.awx-topnav a:hover {
  color: #FF7100 !important;
}

/* Add a color to the active/current link */
.awx-topnav a.active {
}

.awx-td-price {
	font-size: 20px;
  font-weight: bold;
}

.awx-td-price-orange {
	font-size: 20px;
  font-weight: bold;
  color: #ff7100;
}

table td {
	vertical-align: text-bottom !important;
}
