/*
Theme Name: Hello Elementor Child
Theme URI: https://welldesignstudio.com/
Description: Child theme of Hello Elementor, by Well Design Studio
Author: Well Design Studio
Author URI: https://welldesignstudio.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Global Defaults */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
}

body {
  overflow-x: hidden;
}

/* List Styles */
body ul, body ol {
  margin-top: 0;
}

ul li:last-child {
  margin-bottom: 20px;
}

/* Header Styles */
h1, h2, h3, h4, h5, h6 {
  color: unset;
}

/* Elementor Widget Defaults */
.elementor-widget-text-editor a, .elementor-widget-text-editor a:hover,
.elementor-widget-container p a, .elementor-widget-container p a:hover {
  color: inherit;
}

.elementor-widget-divider .elementor-divider,
.elementor-widget-spacer,
.elementor-widget-divider {
  margin-bottom: 0 !important;
  overflow: hidden;
}

.elementor-widget-icon {
  line-height: 1em;
}

.elementor-widget p:last-child {
  margin: 0;
}

.elementor-widget-wrap > aside.elementor-section {
  width: auto;
}

.elementor-widget-nav-menu li.menu-item > a.elementor-item > span.hidden {
  display: none;
}

.elementor a, .elementor a:hover {
  color: unset;
}

/* Video Banners */
.elementor-background-video-container iframe {
  opacity: 1;
  animation: fadeInOpacity 2s ease-in 1;
}

@keyframes fadeInOpacity {
  0%, 80% { opacity: 0; }
  100% { opacity: 1; }
}

/* Custom Utility Classes */
.no-margin {
  margin: none;
}

.no-wrap {
  white-space: nowrap;
}

/* Apply an underline effect to all links within paragraphs. */
p a{
  text-decoration: underline !important;
}

/* =============================================
   LivedPay – TablePress Custom Styles
   Table 1 (class-based for multiple instances)
   Table 2
   ============================================= */

/* ---- TABLE 1 ---- */

.tablepress-id-1 {
  border-collapse: collapse;
  width: 100%;
  font-family: "filson-soft", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6em;
  color: #1E2324;
  border: none !important;
  border-radius: 8px;
  overflow: hidden;
}

.tablepress-id-1 thead th {
  background-color: #3B9792 !important;
  color: #ffffff !important;
  font-family: "filson-soft", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
  padding: 14px 18px;
  border: none !important;
}

.tablepress-id-1 tbody td {
  padding: 14px 18px;
  border: none !important;
  vertical-align: top;
  font-family: "filson-soft", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6em;
  color: #1E2324;
}

.tablepress-id-1 tbody tr:nth-child(odd) td {
  background-color: #ffffff !important;
}

.tablepress-id-1 tbody tr:nth-child(even) td {
  background-color: #FAF6F1 !important;
}

.tablepress-id-1 tbody tr:hover td {
  background-color: #f0ebe5 !important;
}

.tablepress-id-1 tbody tr:last-child td {
  border-bottom: none !important;
}


/* ---- TABLE 2 ---- */

#tablepress-2 {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-family: "filson-soft", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6em;
  color: #1E2324;
  border: none !important;
  border-radius: 8px;
  overflow: hidden;
}

/* Header */
#tablepress-2 thead th {
  background-color: #3B9792 !important;
  color: #ffffff !important;
  font-family: "filson-soft", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
  padding: 14px 18px;
  border: none !important;
}

/* Top-left cell: transparent */
table#tablepress-2.tablepress thead tr,
table#tablepress-2.tablepress thead tr th:first-child,
table#tablepress-2.tablepress thead tr td:first-child {
  background-color: transparent !important;
  background: none !important;
  border: none !important;
  border-top: none !important;
  border-left: none !important;
  outline: none !important;
  border-radius: 0 !important;
}

/* Body cells */
#tablepress-2 tbody td {
  padding: 14px 18px;
  border: none !important;
  vertical-align: top;
  font-family: "filson-soft", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6em;
  color: #1E2324;
}

/* Left column: extra bold */
#tablepress-2 tbody td:first-child {
  font-weight: 800;
}

/* Alternating rows */
#tablepress-2 tbody tr:nth-child(odd) td {
  background-color: #ffffff !important;
}

#tablepress-2 tbody tr:nth-child(even) td {
  background-color: #FAF6F1 !important;
}

/* Hover */
#tablepress-2 tbody tr:hover td {
  background-color: #f0ebe5 !important;
}

/* Last row */
#tablepress-2 tbody tr:last-child td {
  border-bottom: none !important;
}

/* Rounded corners */
#tablepress-2 thead th:nth-child(2) {
  border-top-left-radius: 8px;
}

#tablepress-2 thead th:last-child {
  border-top-right-radius: 8px;
}

#tablepress-2 tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px !important;
}

#tablepress-2 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

#tablepress-2 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

/* Hubspot form styles */

.hsfc-FieldDescription {
	line-height: 1.6em !important;
}

.hsfc-Button {
	color: #0A3B3F !important;
}