/**
 * Base styles
 */
* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a, button {
  transition: 0.4s ease-in-out;
}
a i, a svg, button i, button svg {
  transition: 0.4s ease-in-out;
}

body {
  font-family: sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

button:disabled {
  cursor: not-allowed;
}
button:not(:disabled) {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

input[type=email],
input[type=number],
input[type=text],
input[type=search],
select,
textarea {
  width: 100%;
}

::-webkit-input-placeholder {
  color: rgba(52, 62, 72, 0.6);
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(52, 62, 72, 0.6);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(52, 62, 72, 0.6);
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(52, 62, 72, 0.6);
  opacity: 1;
}

.elementor-popup-modal .searchform {
  padding: 0 32px;
}

.searchform__wrapper {
  align-items: stretch;
  background-color: white;
  border: 1px solid #747E88;
  display: flex;
  flex-direction: row-reverse;
}
.searchform__field--input {
  flex: 1;
}
.searchform button, .searchform input[type=search]:not([type=submit]) {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  align-items: center;
  display: flex;
}
.searchform button {
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}
.searchform button svg {
  display: block;
  fill: #747E88;
  height: 16px;
  width: auto;
}
.searchform input[type=search]:not([type=submit]) {
  padding: 0 16px 0 0;
  width: 100%;
}

.post-tags {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
}
.post-tags a.post-tags__tag {
  align-items: center;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 4px;
  color: var(--e-global-color-primary);
  display: flex;
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  line-height: 32px;
  padding: 0 12px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .post-tags a.post-tags__tag {
    min-width: 120px;
  }
}
.post-tags a.post-tags__tag:hover {
  background-color: var(--e-global-color-primary);
  color: white;
}

.wpcf7-form input[type=submit] {
  background-color: var(--e-global-color-69d0084);
  border-radius: 0;
  border-color: var(--e-global-color-05e1655);
  border-style: solid;
  border-width: 1px;
  color: var(--e-global-color-c728e93);
  cursor: pointer;
  fill: var(--e-global-color-c728e93);
  font-family: var(--e-global-typography-4fe271a-font-family), Sans-serif;
  font-size: var(--e-global-typography-4fe271a-font-size);
  line-height: var(--e-global-typography-4fe271a-line-height);
  padding: 0 22px;
  transition: all 0.3s;
}
.wpcf7-form input[type=submit]:hover {
  background-color: var(--e-global-color-616e04b);
  border-color: var(--e-global-color-91a44f5);
  color: var(--e-global-color-c6780c6);
}

#___gcse_0 .gsc-control-cse {
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  line-height: 1.5;
  padding: 0;
}
#___gcse_0 .gs-result .gs-title *, #___gcse_0 .gsc-cursor-page, #___gcse_0 .gs-spelling a {
  color: #c30;
}
#___gcse_0 .gs-result .gs-title *:hover, #___gcse_0 .gsc-cursor-page:hover, #___gcse_0 .gs-spelling a:hover {
  color: #F60;
}
#___gcse_0 .gs-result .gs-title *:hover b, #___gcse_0 .gs-result .gs-title *:hover strong, #___gcse_0 .gsc-cursor-page:hover b, #___gcse_0 .gsc-cursor-page:hover strong, #___gcse_0 .gs-spelling a:hover b, #___gcse_0 .gs-spelling a:hover strong {
  color: inherit;
}
#___gcse_0 .gsc-webResult.gsc-result {
  padding: 16px 0;
}
#___gcse_0 .gs-title {
  display: block;
  line-height: 1.3;
}
#___gcse_0 .gsc-url-top {
  line-height: 1.3;
  margin: 5px 0 10px 0;
}
#___gcse_0 .gsc-table-result .gs-bidi-start-align.gs-snippet {
  font-family: var(--e-global-typography-text-font-family), sans-serif;
}
#___gcse_0 .gsc-table-result .gsc-table-cell-thumbnail {
  margin: 0 0 6px;
}
#___gcse_0 .gsc-table-result .gs-title {
  display: none;
}
