/*
Theme Name: Printshop MK
Author: Anorak
Author URI: https://www.anorak.agency
Template: hello-elementor
Version: 1.0.0
Text Domain: printshop-mk
*/
/*
    Add your custom styles here
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

::selection {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-accent);
}

.elementor-kit-4 .elementor-button:active {
  background-color: var(--e-global-color-812c216);
  box-shadow: inset 2px 4px 3.6px 0 rgba(0, 0, 0, 0.5);
}

/* Forms */
input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: solid 2px var(--e-global-color-primary);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

form .gform_body .gform_fields .gfield input, form .gform_body .gform_fields .gfield textarea, form .gform_body .gform_fields .gfield select {
  padding: 10px;
}

select {
  border: none;
  border-radius: 20px;
}

form .gform_body .gform_fields .gfield_description {
  padding-top: 5px;
}

/* PRICE TABLE */
#priceTable .wpDataTablesWrapper {
  border-radius: 20px;
  overflow: hidden;
  border: solid 2px var(--e-global-color-secondary);
}

#priceTable table thead th {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-130ca5d-font-family);
  font-size: var(--e-global-typography-130ca5d-font-size);
  font-weight: var(--e-global-typography-130ca5d-font-weight);
  border-color: var(--e-global-color-secondary);
  border-bottom-width: 2px;
}

#priceTable table thead th:first-of-type, #priceTable table tbody tr td:first-of-type {
  border-left: 0;
}

#priceTable table thead th:last-of-type, #priceTable table tbody tr td:last-of-type {
  border-right: 0;
}

#priceTable table thead th {
  border-top: 0;
}

#priceTable table tbody tr:last-of-type td {
  border-bottom: 0;
}

/* Responsive Tables */
/* Responsive Table Styles */
.rg-container {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: solid 2px var(--e-global-color-secondary);
}

.rg-header {
  margin-bottom: 1em;
  text-align: left;
}

.rg-header>* {
  display: block;
}

.rg-hed {
  font-weight: bold;
  font-size: 1.4em;
}

.rg-dek {
  font-size: 1em;
}

.rg-source {
  margin: 0;
  font-size: 0.75em;
  text-align: right;
}

.rg-source .pre-colon {
  text-transform: uppercase;
}

.rg-source .post-colon {
  font-weight: bold;
}

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: var(--e-global-color-accent);
  border: none;
  margin-bottom: 0;
}

table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
}

table.rg-table thead {
  border-bottom: 3px solid var(--e-global-color-secondary);
}

table.rg-table tr {
  border-bottom: 1px solid #ddd;
  color: #222;
}

table.rg-table tr.highlight {}

table.rg-table.zebra tr:nth-child(even) {}

table.rg-table tbody>tr:nth-child(odd)>td {
  background-color: var(--e-global-color-f225b66);
}

table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
  background: var(--e-global-color-primary);
  color: #fff;
  padding: 10px;
}

table.rg-table td {
  padding: 10px;
  font-size: 1rem;
}

table.rg-table .highlight td {
  font-weight: bold;
}

table.rg-table th.number,
td.number {
  text-align: right;
}

/* media queries */
@media screen and (max-width: 767px) {
  .rg-container {
    max-width: 767px;
    margin: 0 auto;
  }

  table.rg-table {
    width: 100%;
  }

  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }

  table.rg-table thead {
    display: none;
  }

  table.rg-table tbody {
    width: 100%;
  }

  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }

  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }

  table.rg-table tr.highlight {
    background-color: inherit !important;
  }

  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }

  table.rg-table.zebra td:nth-child(even) {}

  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }

  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }

  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }

  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }

  table.rg-table td:empty {
    display: none;
  }

  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }

  table.rg-table td {
    position: relative;
    padding: 5px 10px !important;
  }

  table.rg-table td::before {
    position: absolute;
    left: 0;
    background: var(--e-global-color-primary);
    top: -1px;
    bottom: -1px;
    padding: 0.5em;
    color: #fff;
    width: 50%;
    text-align: left;
    border-bottom: 1px solid #bb4e00;
  }
}

/* Animations */
.pulsate-fwd {
  -webkit-animation: pulsate-fwd 0.5s ease-in-out infinite both;
  animation: pulsate-fwd 0.5s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}