/* reset.scss - Basic element resets */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

/* variables.scss - Final Grouped Variables */
/* Colors */
/* Typography */
/* Layout & Spacing */
/* Borders & Radius */
/* Transitions */
/* Heading sizes */
/* Heading weights */
/* Greyscale */
/* Additional Variables */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  background-color: #f6f6f6;
  color: #4c4c4c;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

:root {
  --primary: $primary;
  --swiper-navigation-color: #e6297e;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

.clear {
  clear: both;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

/*
	Defined classes
*/
.col-container {
  position: relative;
  margin: 0 -10px;
}

.col-container.large-padding {
  margin: 0 -25px;
}

.col-1 {
  position: relative;
  width: 100%;
}

.col-2 {
  position: relative;
  width: 50%;
  float: left;
  padding: 0 10px;
}

.col-3 {
  position: relative;
  width: 33.33%;
  float: left;
  padding: 0 10px;
}

.col-4 {
  position: relative;
  width: 25%;
  float: left;
  padding: 0 10px;
}

.col-5 {
  position: relative;
  width: 20%;
  float: left;
  overflow: hidden;
  padding: 0 10px;
}

.large-padding .col-2 {
  padding: 0 25px;
}

.col-2-3 {
  position: relative;
  float: left;
  width: 66.67%;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .col-2,
  .col-2-3,
  .col-3,
  .col-4,
  .col-5 {
    width: 100%;
  }
}
.two-columns > ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  width: 0;
}

.table {
  display: table;
  width: 100%;
}

.row {
  display: table-row;
}

.td {
  display: table-cell;
  vertical-align: top;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.align-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/*
	Text lay-out
*/
a {
  text-decoration: none;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
  color: #4c4c4c;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e6297e;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.35rem;
}

h5,
.h5 {
  font-size: 1.15rem;
}

h6,
.h6 {
  font-size: 1rem;
}

ol,
ul {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.img-fluid {
  line-height: 0;
  width: 100%;
  height: auto;
}

a,
a:link,
a:hover,
a:visited {
  color: #e6297e;
}

/*
a.button {
  display: inline-block;
  background: $primary;
  color: #fff;
  padding: 15px 25px;
  text-decoration: none;

  &:hover {
    background: #000;
  }

}
*/
/* baseExtra.scss - Additional base styles */
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
}

a {
  color: #e6297e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.wp-post-image, .image {
  line-height: 0;
  width: 100%;
  height: auto;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.6rem !important;
}

.m-5 {
  margin: 2.5rem !important;
}

.m-6 {
  margin: 3.5rem !important;
}

.m-7 {
  margin: 4rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-9 {
  margin: 11rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.mx-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-6 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-7 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-9 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-9 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.6rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mt-6 {
  margin-top: 3.5rem !important;
}

.mt-7 {
  margin-top: 4rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 11rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0, .mr-0 {
  margin-right: 0 !important;
}

.me-1, .mr-1 {
  margin-right: 0.25rem !important;
}

.me-2, .mr-2 {
  margin-right: 0.5rem !important;
}

.me-3, .mr-3 {
  margin-right: 1rem !important;
}

.me-4, .mr-4 {
  margin-right: 1.6rem !important;
}

.me-5, .mr-5 {
  margin-right: 2.5rem !important;
}

.me-6, .mr-6 {
  margin-right: 3.5rem !important;
}

.me-7, .mr-7 {
  margin-right: 4rem !important;
}

.me-8, .mr-8 {
  margin-right: 8rem !important;
}

.me-9, .mr-9 {
  margin-right: 11rem !important;
}

.me-auto, .mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.6rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 3.5rem !important;
}

.mb-7 {
  margin-bottom: 4rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 11rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0, .ms-0 {
  margin-left: 0 !important;
}

.ml-1, .ms-1 {
  margin-left: 0.25rem !important;
}

.ml-2, .ms-2 {
  margin-left: 0.5rem !important;
}

.ml-3, .ms-3 {
  margin-left: 1rem !important;
}

.ml-4, .ms-4 {
  margin-left: 1.6rem !important;
}

.ml-5, .ms-5 {
  margin-left: 2.5rem !important;
}

.ml-6, .ms-6 {
  margin-left: 3.5rem !important;
}

.ml-7, .ms-7 {
  margin-left: 4rem !important;
}

.ml-8, .ms-8 {
  margin-left: 8rem !important;
}

.ml-9, .ms-9 {
  margin-left: 11rem !important;
}

.ml-auto, .ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.6rem !important;
}

.m-n5 {
  margin: -2.5rem !important;
}

.m-n6 {
  margin: -3.5rem !important;
}

.m-n7 {
  margin: -4rem !important;
}

.m-n8 {
  margin: -8rem !important;
}

.m-n9 {
  margin: -11rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.6rem !important;
  margin-left: -1.6rem !important;
}

.mx-n5 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n6 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n7 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n8 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.mx-n9 {
  margin-right: -11rem !important;
  margin-left: -11rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.6rem !important;
  margin-bottom: -1.6rem !important;
}

.my-n5 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n6 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n7 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n8 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.my-n9 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.6rem !important;
}

.mt-n5 {
  margin-top: -2.5rem !important;
}

.mt-n6 {
  margin-top: -3.5rem !important;
}

.mt-n7 {
  margin-top: -4rem !important;
}

.mt-n8 {
  margin-top: -8rem !important;
}

.mt-n9 {
  margin-top: -11rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.6rem !important;
}

.me-n5 {
  margin-right: -2.5rem !important;
}

.me-n6 {
  margin-right: -3.5rem !important;
}

.me-n7 {
  margin-right: -4rem !important;
}

.me-n8 {
  margin-right: -8rem !important;
}

.me-n9 {
  margin-right: -11rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.6rem !important;
}

.mb-n5 {
  margin-bottom: -2.5rem !important;
}

.mb-n6 {
  margin-bottom: -3.5rem !important;
}

.mb-n7 {
  margin-bottom: -4rem !important;
}

.mb-n8 {
  margin-bottom: -8rem !important;
}

.mb-n9 {
  margin-bottom: -11rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.6rem !important;
}

.ms-n5 {
  margin-left: -2.5rem !important;
}

.ms-n6 {
  margin-left: -3.5rem !important;
}

.ms-n7 {
  margin-left: -4rem !important;
}

.ms-n8 {
  margin-left: -8rem !important;
}

.ms-n9 {
  margin-left: -11rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.6rem !important;
}

.p-5 {
  padding: 2.5rem !important;
}

.p-6 {
  padding: 3.5rem !important;
}

.p-7 {
  padding: 4rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-9 {
  padding: 11rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.px-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-6 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-7 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-9 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.6rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pt-6 {
  padding-top: 3.5rem !important;
}

.pt-7 {
  padding-top: 4rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 11rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.6rem !important;
}

.pe-5 {
  padding-right: 2.5rem !important;
}

.pe-6 {
  padding-right: 3.5rem !important;
}

.pe-7 {
  padding-right: 4rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-9 {
  padding-right: 11rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.6rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.pb-6 {
  padding-bottom: 3.5rem !important;
}

.pb-7 {
  padding-bottom: 4rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 11rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.6rem !important;
}

.ps-5 {
  padding-left: 2.5rem !important;
}

.ps-6 {
  padding-left: 3.5rem !important;
}

.ps-7 {
  padding-left: 4rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-9 {
  padding-left: 11rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.6rem !important;
}

.gap-5 {
  gap: 2.5rem !important;
}

.gap-6 {
  gap: 3.5rem !important;
}

.gap-7 {
  gap: 4rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.gap-9 {
  gap: 11rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.6rem !important;
}

.row-gap-5 {
  row-gap: 2.5rem !important;
}

.row-gap-6 {
  row-gap: 3.5rem !important;
}

.row-gap-7 {
  row-gap: 4rem !important;
}

.row-gap-8 {
  row-gap: 8rem !important;
}

.row-gap-9 {
  row-gap: 11rem !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
}
.btn:hover {
  text-decoration: none;
}

label {
  display: block;
  font-size: 13px;
}

/*
input[type='text'],
input[type='search'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='date'],
input[type='url'],
select,
textarea {
  //font-family: 'Monda', sans-serif;
  cursor: pointer;
  //font-size: 13px;
  height: 35px;
  border: 0;
  // border: 1px solid transparent;
  border-radius: $border-radius;
  //width: 100%;
  //display: block;
  padding: 5px 25px;
  //color: #4c4c4c;
}

 */
textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
}

/*
select {
  background-repeat: no-repeat;
  background-position: right 25px center;;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*/
/*
input[type='text']:focus,
input[type='search']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='password']:focus,
input[type='date']:focus,
input[type='url']:focus,
select:focus,
textarea:focus {
  outline: none;
}
*/
input,
select,
textarea,
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d3d3d3;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input:focus,
select:focus,
textarea:focus,
.form-control:focus {
  outline: 0;
  /*
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);

   */
}

select::placeholder,
input::placeholder {
  overflow: visible;
}

.wpcf7-radio span.wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-radio span.wpcf7-list-item input[type=radio] {
  display: inline-block;
  position: relative;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

.form input[type=submit] {
  border-radius: 0.5rem;
  cursor: pointer;
  float: right;
  display: block;
  background: #d30700;
  color: #fff;
  padding: 15px 25px;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  text-align: center;
  border: 0;
  text-decoration: none;
  margin-bottom: 25px;
}

.form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  width: 0;
}

.form input[type=submit]:hover {
  background: #000;
}

table {
  width: 100%;
  margin: 0 0 25px 0;
}
table tr td:first-child {
  padding-right: 2rem;
}

blockquote p:before {
  content: '"';
}
blockquote pafter {
  content: '"';
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

iframe {
  display: block;
  max-width: 100%;
}

span.wpcf7-not-valid-tip {
  display: block;
  position: relative;
}

div.wpcf7-response-output {
  padding: 25px;
  margin: 25px 0 25px 0;
  width: 100%;
  color: #e6297e;
  text-align: left;
  border: 1px solid #e6297e;
  background: #fff;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #96cd40;
  color: #96cd40;
  background: #fff;
}

/*
	Website lay-out
*/
.container,
.container-xl,
.wrap {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 576px) {
  .container,
  .container-xl,
  .wrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .wrap {
    max-width: 720px;
  }
  .container-xl {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container,
  .wrap {
    max-width: 960px;
  }
  .container-xl {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container,
  .wrap {
    max-width: 1170px;
  }
  .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1600px;
  }
}
@media (min-width: 1800px) {
  .large-wrap,
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1800px;
  }
}
@media (min-width: 2000px) {
  .large-wrap,
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1800px;
  }
}
.inner-wrap {
  max-width: 940px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.d-none {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
.collapsable {
  display: none;
}

a.read-more {
  cursor: pointer;
}

#main {
  position: relative;
}
#main:not(.artist-item) {
  margin-bottom: 2rem;
}

#breadcrumbs {
  padding: 1rem 0;
  position: relative;
}
#breadcrumbs p {
  margin: 0;
  padding: 0;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.admin-bar #wpadminbar.mobile {
  overflow: hidden;
}
.admin-bar header {
  top: 32px;
}

.form .form {
  padding: 0;
}

.two-images {
  background: #000;
}

.two-images img {
  width: 100%;
  display: block;
  position: relative;
  height: auto;
  line-height: 0;
}

.two-images .col-2 {
  padding: 0;
}

.form {
  display: block;
  background: #808080;
  padding: 25px 25px 0 25px;
  margin-bottom: 25px;
  position: relative;
}
.form .form-input-wrapper {
  display: flex;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.form .form-input-wrapper--2 > * {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 7.5px;
}
.form .form-input-wrapper > * {
  display: inline-block;
}
.form .wpcf7-form-control {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}
.default-layout {
  display: flex;
}
.default-layout .content,
.default-layout article {
  flex: 0 1 100%;
}
.default-layout.has-sidebar .content,
.default-layout.has-sidebar article {
  flex: 0 1 75%;
  margin-right: 25px;
}
.default-layout.has-sidebar aside {
  flex: 0 0 auto;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .default-layout.has-sidebar {
    flex-direction: column;
  }
  .default-layout.has-sidebar .content,
  .default-layout.has-sidebar article {
    flex: 0 1 100%;
    margin-right: 0;
  }
  .default-layout.has-sidebar aside {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.post-list, .item-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}

.post-list a, .item-list a {
  text-decoration: none;
  position: relative;
}

.post-list article.post-item, .item-list article.post-item {
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.post-list article.post-item a {
  text-decoration: none;
}

.post-list article.post-item img, .item-list article.post-item img {
  display: block;
  transition: 0.5s ease-in-out;
}

.post-list article.post-item:hover img, .item-list article.post-item:hover img {
  scale: 1.1;
}

.post-list article.post-item:hover .price b, .item-list article.post-item:hover .price b {
  color: #e6297e;
}

.post-list article.post-item .post-item-image, .item-list article.post-item .post-item-image {
  overflow: hidden;
}

.post-list article.post-item .post-item-info, .item-list article.post-item .post-item-info {
  color: #343a40;
  margin-top: 5px;
}

.post-list article.post-item .post-item-info .title, .item-list article.post-item .post-item-info .title {
  color: #343a40;
  width: 100%;
  margin-bottom: 0;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.15rem;
}

.post-list article.post-item .post-item-info .intro, .item-list article.post-item .post-item-info .intro {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 0;
}

.post-list article.post-item .post-item-info .price, .item-list article.post-item .post-item-info .price {
  margin-bottom: 5px;
}

.post-list article.post-item .post-item-info .price b, .item-list article.post-item .post-item-info .price b {
  transition: 0.5s ease-in-out;
}

.post-list article.post-item .post-item-info .btn, .item-list article.post-item .post-item-info .btn {
  border: 2px solid #e6297e;
  color: #e6297e;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #fff 50%, #e6297e 50%) right;
  background-size: 200% 100%;
  transition: 0.5s ease-out;
}

@media only screen and (max-width: 768px) {
  .post-list article.post-item .post-item-info .btn, .item-list article.post-item .post-item-info .btn {
    font-size: 3vw;
  }
}
.post-list article.post-item .post-item-info .btn:hover, .item-list article.post-item .post-item-info .btn:hover {
  color: #fff;
  background-position: left;
}

@media only screen and (max-width: 768px) {
  /*
  .post-list,
  .item-list {

    article.post-item {
      .post-item-info {
        .intro {
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
        }
      }
    }
  }
   */
}
article.band-summary {
  position: relative;
  background: #fff;
  transition: all ease 0.3s;
  cursor: pointer;
}
article.band-summary:hover {
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
article.band-summary:hover img {
  opacity: 0.5;
}
article.band-summary:hover h4 {
  background-color: #21a3dd;
}
article.band-summary:hover h4 a {
  display: none;
}
article.band-summary:hover h4:before {
  content: "Meer info of direct boeken?";
  color: #fff;
  font-weight: bold;
}
article.band-summary a.img {
  display: block;
  position: relative;
  width: 100%;
  min-height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
article.band-summary .content {
  padding: 20px;
  min-height: 325px;
  position: relative;
}
article.band-summary .content .text {
  display: inline-block;
  min-height: 170px;
}
article.band-summary .content .read-more {
  position: absolute;
  left: 20px;
  bottom: 0;
}
article.band-summary .content h4 {
  /* min-height: 110px; */
}
article.band-summary img {
  width: 100%;
  height: auto;
  line-height: 0;
  display: block;
  transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
article.band-summary table.artist-info {
  margin-bottom: 25px;
}
article.band-summary table.artist-info tr td:first-child {
  padding-right: 25px;
}
article.band-summary p.description-head {
  margin: 0 -25px 25px -25px;
  display: inline-block;
  background: #d30700;
  padding: 10px 25px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
article.band-summary h4 {
  text-align: center;
  width: 100%;
  padding: 7px;
  margin: 0;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #2f3032;
  color: #fff;
}
article.band-summary h4 a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}
article.band-summary a.more-info {
  display: inline-block;
}
article.band-summary p.publish-info {
  font-size: 13px;
  margin: -15px 0 -10px;
  font-style: italic;
}
article.band-summary p.read-more {
  margin-top: -25px;
}

.featured-items-block {
  margin-bottom: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .post-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* baseExtra.scss - Additional base styles */
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
}

a {
  color: #e6297e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.wp-post-image, .image {
  line-height: 0;
  width: 100%;
  height: auto;
}

/*
.search-button {
  position: absolute;
  right: 45px;
  top: 52px;

  a {
    display: block;
    text-decoration: none;
    padding: 5px 20px;
    border: 1px solid $primary;
    border-radius: 0 0 5px 5px;
    border-top: 0;

    &:hover {
      background: #000;
      color: #fff;
      border-color: #000;
    }

    i {
      margin-right: 7px;
      position: relative;
      top: -1px;
    }
  }
}
*/
.logo {
  display: block;
  float: left;
  position: relative;
  height: auto;
  margin: 15px 0;
  margin-top: 10px;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
}

.main-navigation ul,
.main-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation ul a,
.main-navigation li a {
  text-decoration: none;
  word-break: keep-all;
  white-space: nowrap;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .main-navigation {
    background-color: #e6297e;
    display: block;
    z-index: 500;
    margin-bottom: -1px;
  }
  .main-navigation ul.main-menu {
    display: flex;
  }
  .main-navigation ul.main-menu > li:not(.block-menu) {
    position: relative;
  }
  .main-navigation ul.main-menu > li:hover {
    background-color: #343a40;
  }
  .main-navigation ul.main-menu > li > a {
    display: flex;
    padding: 1rem 1.5rem;
  }
  .main-navigation ul.main-menu > li.current-menu-item {
    background-color: #343a40;
  }
  .main-navigation ul.main-menu > li.menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .main-navigation ul.main-menu > li > .sub-menu {
    display: none;
    position: absolute;
    background-color: #343a40;
    z-index: 1000;
    width: auto;
    left: 0;
    top: 100%;
    padding: 2rem;
    margin: 0;
  }
  .main-navigation ul.main-menu > li > .sub-menu > li > a {
    padding: 0.3rem 0;
    display: block;
  }
  .main-navigation ul.main-menu > li > .sub-menu > li > a:hover {
    color: rgb(216.75, 216.75, 216.75);
  }
  .main-navigation ul.main-menu > li.block-menu:hover > .sub-menu {
    display: flex;
  }
  .main-navigation ul.main-menu > li.block-menu > .sub-menu {
    right: 0;
  }
  .main-navigation ul.main-menu > li.block-menu > .sub-menu > .menu-item {
    flex: 1 0 auto;
  }
  .main-navigation ul.main-menu > li.block-menu > .sub-menu > .menu-item > a {
    color: #fff;
    font-weight: bold;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
  }
  .main-navigation ul.main-menu > li.block-menu > .sub-menu > .menu-item > .sub-menu li a {
    padding: 0.3rem 0;
    display: block;
  }
  .main-navigation ul.main-menu > li.block-menu > .sub-menu > .menu-item > .sub-menu li a:hover {
    color: rgb(216.75, 216.75, 216.75);
  }
  .main-navigation ul.main-menu > li.block-menu > .sub-menu > .menu-item > .sub-menu li:last-child a {
    color: #e6297e;
    font-weight: bold;
  }
  .main-navigation ul.main-menu > li.block-menu > .sub-menu > .menu-item > .sub-menu li:last-child a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  body.menu-open .main-navigation {
    display: block !important;
  }
  .main-navigation {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    height: auto;
    left: 0;
    top: 0;
    z-index: 99999;
    transition: top 0.35s ease;
  }
  .main-navigation .quoteList,
  .main-navigation .favoriteList {
    display: none;
  }
  .main-navigation .wrap {
    padding: 0;
  }
  .main-navigation ul {
    width: 100%;
  }
  .main-navigation ul li a {
    display: block;
    padding: 1rem 1.5rem;
    font-weight: 700;
    width: 100%;
    border-bottom: 1px solid lightgrey;
  }
  .main-navigation ul.main-menu li.menu-item-has-children > a {
    position: relative;
  }
  .main-navigation ul.main-menu li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-navigation ul.main-menu li.menu-item-has-children.open > a:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .main-navigation ul.main-menu li.menu-item-has-children.open > ul.sub-menu {
    display: block;
  }
  .main-navigation ul.main-menu li.menu-item-has-children.open > ul.sub-menu a {
    color: #343a40;
    font-weight: normal;
  }
  .main-navigation ul.main-menu ul.sub-menu {
    display: none;
  }
  .main-navigation ul.main-menu > li > a {
    color: #e6297e;
    font-size: 17px;
  }
  .main-navigation ul.main-menu > li > .sub-menu > li > a {
    padding-left: 2rem;
    font-weight: 600 !important;
    font-size: 16px;
  }
  .main-navigation ul.main-menu > li > .sub-menu > li > .sub-menu > li a {
    padding-left: 3rem;
    font-weight: 500 !important;
    font-size: 15px;
  }
}
header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 500;
}
/*
@media only screen and (min-width: 0px) and (max-width: 768px) {
  header {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 500;
  }
}

@media (max-width: 1023px) {
  #main-navigation {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #d30700;
    width: 100%;
    left: 0;
    top: -450%;
    transition: top 0.35s ease;

    #mob-search {
      display: block;
      margin-top: 10px;
      padding: 0 20px;

      .h4 {
        color: #fff;
      }

      form {
        position: relative;

        button {
          position: absolute;
          height: 45px;
          width: 85px;
          text-align: center;
          background: #000;
          border: 0;
          display: block;
          right: 0;
          top: 0;
          color: #fff;
        }
      }
    }
  }

  body.menu-open {
    overflow: hidden;

    #main-navigation {
      top: 110px;
      opacity: 1;
      visibility: visible;
      //max-height: calc(100vh - 110px);
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      height: calc(100vh - 110px);
    }
  }

  body {

  }

  #main-navigation {

  }

  #artists-summary-container {
    .col-3 {
      width: 50%;
    }
  }
}
*/
header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
}
header .header-top-nav {
  background-color: #343a40;
  padding: 4px 0;
  color: #fff;
  font-size: 12px;
}
header .header-top-nav a {
  color: #fff;
  text-decoration: none;
}
header .header-top-nav > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top-nav .rating {
  margin-left: 5px;
}
header .header-top-nav .rating i {
  color: #ede002;
}
header .header-top-nav ul {
  margin: 0;
  padding: 0;
}
header .header-top-nav ul li {
  vertical-align: bottom;
  margin-right: 1rem;
  /*
  &:before {
    display: unset !important;
    margin-right: 5px;
    position: unset !important;
    content: '\f14a';
    font-family: 'Font Awesome 5 Pro';
    vertical-align: bottom;
    line-height: unset !important;
    font-size: 13px;
  }

   */
  color: #fff;
  display: inline-block;
}
header .header-top-nav__left ul li:before {
  display: unset !important;
  margin-right: 5px;
  position: unset !important;
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  vertical-align: bottom;
  line-height: unset !important;
}
header .header-top-nav__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
header .header-top-nav__right .rating {
  display: inline-block;
}
header .header-top-nav__social-icons {
  margin-left: 0.5rem;
  display: inline-flex;
  gap: 0.5rem;
}
header .header-top-nav__social-icons a {
  border: 1px solid #99999b;
  color: #fff;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  border-radius: 0.5rem;
}
header .header-top-nav__social-icons a:hover {
  border: 1px solid #fff;
}

@media only screen and (min-width: 769px) {
  header .header-main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  header {
    position: unset !important;
  }
  header .logo {
    width: 100% !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  header .logo img {
    width: 90%;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-top-nav ul {
    display: none;
  }
  header .header-top-nav__right {
    width: 100%;
    text-align: center;
  }
  header .header-cta {
    margin-top: unset;
    float: unset;
  }
  header .header-cta span {
    display: none;
  }
  .pagination {
    margin-bottom: 1rem;
  }
  footer .footer-newsletter h3 {
    flex: 1 1 100% !important;
    padding-right: 0 !important;
    margin-bottom: 1rem !important;
  }
  footer .footer-news-items {
    display: none;
  }
  footer .footer-menu__top {
    grid-template-columns: 1fr !important;
  }
  footer .footer-menu__bottom {
    grid-template-columns: 1fr !important;
  }
  footer .footer-menu__bottom__item--social ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0 !important;
  }
  footer .footer-menu__bottom__item--clc-vecta div {
    display: flex;
    justify-content: space-between;
  }
  footer .klantenvertellen-widget p {
    margin-bottom: 7px;
  }
}
.header-cta {
  float: right;
  margin: 1rem 0;
}
.header-cta__btn {
  display: inline-block;
  padding: 6px 12px;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  margin-left: 15px;
  border-radius: 0.5rem;
  min-width: 37px;
}
.header-cta__btn span {
  margin-left: 8px;
}
.header-cta__btn--phone {
  background: #343a40;
}
.header-cta__btn--phone:hover {
  background: rgb(29.1379310345, 32.5, 35.8620689655);
}
.header-cta__btn--mail {
  background: #e6297e;
}
.header-cta__btn--mail:hover {
  background: rgb(196.9874476987, 23.0125523013, 101.2552301255);
}
.header-cta__btn--whatsapp {
  background: #28a745 linear-gradient(180deg, #47b360, #28a745) repeat-x;
}
.header-cta__btn--whatsapp:hover {
  background: rgb(30.1449275362, 125.8550724638, 52);
}
.header-cta__btn--chat {
  background: #20c997;
}
.header-cta__btn--chat:hover {
  background: rgb(24.9957081545, 157.0042918455, 117.9484978541);
}
.header-cta__btn--price {
  background: #ed6d31;
}
.header-cta__btn--price:hover {
  background: rgb(216.1160714286, 81.8303571429, 18.8839285714);
}
.header-cta__btn--price-custom {
  background: #343a40;
}
.header-cta__btn--price-custom:hover {
  background: rgb(29.1379310345, 32.5, 35.8620689655);
}
.header-cta__btn--favorite {
  background: #e6297e;
}
.header-cta__btn--favorite:hover {
  background: rgb(196.9874476987, 23.0125523013, 101.2552301255);
}
.header-cta__btn--quote {
  background: #e6297e;
}
.header-cta__btn--quote:hover {
  background: rgb(196.9874476987, 23.0125523013, 101.2552301255);
}

@media only screen and (max-width: 768px) {
  .header-cta {
    margin: 0;
    text-align: center;
  }
  .header-cta__btn {
    margin-left: 2vw;
  }
  .header-cta__btn:first-child {
    margin-left: 0;
  }
}
.header-mobile-buttons {
  position: relative;
}
.header-mobile-buttons__btn {
  position: relative;
}
.header-mobile-buttons__btn .favorites__count,
.header-mobile-buttons__btn .quoteList__count {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
}
.header-mobile-buttons .quoteList-dropdown-mobile,
.header-mobile-buttons .favoriteList-dropdown-mobile {
  position: absolute;
  z-index: 999;
  right: -14vw;
  top: 40px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  width: 85vw;
  display: none;
}
.header-mobile-buttons .quoteList-dropdown-mobile.open,
.header-mobile-buttons .favoriteList-dropdown-mobile.open {
  display: block;
}

.mobile-nav-toggle {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
  display: inline-block;
  border-radius: 0.375rem;
  cursor: pointer;
  padding: 0.75rem 0.8rem;
  font-size: 0.9rem;
  vertical-align: middle;
  user-select: none;
}

@media only screen and (min-width: 769px) {
  .mobile-nav-toggle {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header {
    display: block;
  }
  .header-secondary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    clear: both;
    padding-bottom: 1.5rem;
  }
}
.favorites {
  position: relative;
  display: flex;
}
.favorites > a {
  position: relative;
  color: #fff;
  padding: 1rem 1.5rem;
}
.favorites__count {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  text-align: center;
  line-height: 22px;
  font-size: 11px;
  position: absolute;
  top: 5px;
  right: -5px;
}

.favoriteList,
.quoteList {
  position: relative;
  display: flex;
}
.favoriteList > a,
.quoteList > a {
  position: relative;
  color: #fff;
  padding: 1rem 1.5rem;
}
.favoriteList__count,
.quoteList__count {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  text-align: center;
  line-height: 22px;
  font-size: 11px;
  position: absolute;
  top: 5px;
  right: -5px;
}
.favoriteList-dropdown,
.quoteList-dropdown {
  position: absolute;
  top: 35px;
  width: 320px;
  background-color: #fff;
  box-shadow: 1px 0 10px 5px rgba(0, 0, 0, 0.2);
  color: #e6297e;
  border-radius: 3px;
  transition: all 3s ease;
  opacity: 1;
}
.favoriteList-dropdown.collapsed,
.quoteList-dropdown.collapsed {
  display: none;
  opacity: 0;
}
.favoriteList-dropdown__header,
.quoteList-dropdown__header {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #e6297e;
  background-color: #e6297e;
  margin-bottom: 15px;
  padding: 5px 0;
  /*
  &__icon {
    margin-right: 10px;
  }

  &__count {
    background: $primary;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    line-height: 13px;
  }

   */
}
.favoriteList-dropdown__header h1,
.favoriteList-dropdown__header h2,
.favoriteList-dropdown__header h3,
.favoriteList-dropdown__header h4,
.quoteList-dropdown__header h1,
.quoteList-dropdown__header h2,
.quoteList-dropdown__header h3,
.quoteList-dropdown__header h4 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
}
.favoriteList-dropdown__content,
.quoteList-dropdown__content {
  padding: 0 20px;
}
.favoriteList-dropdown__footer,
.quoteList-dropdown__footer {
  padding: 5px 10px 15px 10px;
  text-align: center;
}
.favoriteList-dropdown__footer a,
.quoteList-dropdown__footer a {
  font-weight: 600;
}
.favoriteList-dropdown__footer a:hover,
.quoteList-dropdown__footer a:hover {
  color: #000;
}
.favoriteList-dropdown__footer .noItems,
.quoteList-dropdown__footer .noItems {
  font-size: 13px;
}
.favoriteList-dropdown__items__item,
.quoteList-dropdown__items__item {
  display: flex;
  margin-bottom: 1rem;
}
.favoriteList-dropdown__items__item__link,
.quoteList-dropdown__items__item__link {
  display: flex;
}
.favoriteList-dropdown__items__item h4,
.quoteList-dropdown__items__item h4 {
  color: #000;
}
.favoriteList-dropdown__items__item:hover h4,
.quoteList-dropdown__items__item:hover h4 {
  color: #e6297e;
}
.favoriteList-dropdown__items__item__image,
.quoteList-dropdown__items__item__image {
  margin-right: 15px;
}
.favoriteList-dropdown__items__item__image img,
.quoteList-dropdown__items__item__image img {
  width: 75px !important;
}
.favoriteList-dropdown__items__item__content h4,
.quoteList-dropdown__items__item__content h4 {
  text-align: left;
  overflow: hidden;
}
.favoriteList-dropdown__items__item__delete,
.quoteList-dropdown__items__item__delete {
  font-size: 16px;
  align-self: center;
  margin-left: auto;
  color: #000 !important;
}
.favoriteList-dropdown__items__item__delete:hover,
.quoteList-dropdown__items__item__delete:hover {
  color: black !important;
}
.favoriteList-dropdown__items__item h4,
.quoteList-dropdown__items__item h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.favoriteList-dropdown__items__item p,
.quoteList-dropdown__items__item p {
  margin-bottom: 0;
}

/* footer.scss - Site footer styles */
footer {
  background-color: #fff;
  color: white;
  padding: 1rem 0;
}
footer .footer-blog__title {
  color: #000 !important;
}
footer .footer-blog__title:hover {
  color: initial;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
}
footer .footer-blog-wrapper, footer .footer-menu-wrapper {
  width: 100%;
  display: block;
  clear: both;
}
footer .footer-blog .heading a:hover {
  text-decoration: none !important;
}
footer .footer-blog__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
footer .footer-blog__items__item {
  flex: 1 1 33%;
  max-width: 33%;
  margin-bottom: 20px;
  transition: 0.2s ease-in;
}
footer .footer-blog__items__item:hover .footer-blog__items__item__info__read-more, footer .footer-blog__items__item:hover .footer-blog__items__item__info__title a {
  color: #e6297e;
}
footer .footer-blog__items__item img {
  max-width: 300px;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-top: 7px;
}
footer .footer-blog__items__item a {
  font-weight: 700;
  text-decoration: none;
  display: block;
  color: #000;
}
footer .footer-blog__items__item .publish-info {
  font-size: 12px;
  text-transform: lowercase;
  font-style: italic;
  display: block;
  margin-bottom: 0.5rem;
}
footer .footer-blog__items__item .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
footer .footer-blog__items__item__info {
  margin-right: 15px;
}
footer .footer-blog__items__item__info__title a {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .footer-blog__items__item__info__read-more {
  font-size: 12px;
  font-style: italic;
}
footer .footer-menu-wrapper {
  width: 100%;
  display: block;
  clear: both;
  background: url(./img/footer-bg.webp) no-repeat center bottom;
}

footer .footer-nav {
  padding: 1rem;
  background-color: #343a40;
  color: #99999b;
  /*
  $social-icon-size: 35px;
  &__socials {
    li {
      display: inline-block;
      margin: 0.3rem 0.2rem;

      a {
        //background-color: $primary;
        border: 1px solid #99999b;
        color: #fff;
        width: $social-icon-size;
        display: flex;
        justify-content: center;
        align-items: center;
        height: $social-icon-size;
        font-size: 1rem;
        border-radius: $border-radius;

        &:hover {
          background-color: darken($primary, 10%);
        }
      }
    }
  }
  */
}

footer .footer-nav a {
  color: inherit;
  text-decoration: none;
}

footer .footer-nav a:hover {
  color: #fff;
}

footer .footer-nav ul {
  padding: 0;
  margin: 0;
}

footer .footer-nav > .container, footer .footer-nav > .container-xl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer-nav__logo img {
  vertical-align: middle;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

footer .footer-nav__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  /*
  flex: 1;
  text-align: center;

  li {
    display: inline-block;
    margin: 0.5rem 0.8rem;
  } */
}

footer .footer-nav__logo-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

@media only screen and (max-width: 768px) {
  footer .footer-blog {
    display: none;
  }
  footer .footer-nav {
    /*
    &__menu {
      li {
        margin: 5px;
      }
    }
    */
    /*
     &__socials {
       width: 100%;
       text-align: center;
     }
    */
  }
  footer .footer-nav > .container {
    flex-wrap: wrap;
  }
  footer .footer-nav__logo {
    display: none;
  }
  footer .footer-nav__menu {
    margin-bottom: 1rem !important;
  }
  footer .footer-nav__logo-right {
    flex: 1;
  }
}
.footer-menu-wrapper {
  background: url("./img/footer-bg.webp") no-repeat center bottom;
}

.footer-menu h3 span {
  color: #21a3dd;
}

.footer-menu__top {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
}

.footer-menu__top__item {
  padding: 0 7.5px;
}

.footer-menu__top__item:first-child {
  grid-area: 1/1/3/2;
}

.footer-menu__top__item h2,
.footer-menu__top__item h3,
.footer-menu__top__item h4,
.footer-menu__top__item h5 {
  color: #343a40;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: -1.5px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.footer-menu__top__item ul {
  padding: 0;
}

.footer-menu__top__item ul li {
  position: relative;
  padding-bottom: 12px;
  margin: 0;
}

.footer-menu__top__item ul li:before {
  display: inline-block;
  content: "\f054";
  color: #e6297e;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  line-height: 15px;
  margin-right: 15px;
}

.footer-menu__top__item ul li a {
  color: #343a40;
  text-decoration: none !important;
  font-size: 12px;
}

.footer-menu__top__item ul li a:hover {
  color: #e6297e !important;
}

.footer-menu__bottom {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 7.5px;
  grid-row-gap: 20px;
}

.footer-menu__bottom__item {
  padding: 0 7.5px;
}

.footer-menu__bottom__item h5 {
  color: #fff !important;
  text-transform: uppercase;
}

.footer-menu__bottom__item ul li {
  padding-bottom: 12px;
  margin: 0;
}

.footer-menu__bottom__item ul li a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
}

.footer-menu__bottom__item--social ul:before,
.footer-menu__bottom__item--social li:before {
  content: unset;
}

.footer-menu__bottom__item--social ul {
  padding: 0 !important;
}

.footer-menu__bottom__item--social ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer-menu__bottom__item--social ul li:first-child {
  margin-left: 3px;
}

.footer-menu__bottom__item--social ul li a {
  font-size: 30px !important;
}

.footer-menu__bottom__item--social ul li a:hover {
  color: #21a3dd;
}

.footer-menu__bottom__item--contact a {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.footer-menu__bottom__item--contact a:before {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  font-family: "Font Awesome 5 Pro";
  content: "\f87b";
  font-weight: 900;
  font-size: 40px;
  top: 7px;
}

.footer-menu__bottom__item--contact a:hover {
  color: #21a3dd;
}

.homepage-hero {
  background: linear-gradient(135deg, #e6297e, #343a40);
  padding: 4rem;
  text-align: center;
  color: white;
}

.homepage-section {
  padding: 2rem;
}

.homepage-intro {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  margin-bottom: 20px;
  width: 100%;
  background-position: center center;
  background-size: contain;
}

.homepage-intro__search {
  position: absolute;
  bottom: 95px;
  width: 100%;
}
.homepage-intro__search form {
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.homepage-intro__text {
  position: absolute;
  top: 60px;
  width: 100%;
}
.homepage-intro__text div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1215px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 40px;
  text-align: center;
}

.home-intro-text blockquote {
  font-size: 16px;
  position: relative;
}
.home-intro-text blockquote:before {
  content: '"';
}
.home-intro-text blockquote:after {
  content: '"';
  position: absolute;
  right: -15%;
  bottom: -60px;
}
.home-intro-text blockquote:before, .home-intro-text blockquote:after {
  display: inline-block;
  vertical-align: bottom;
  color: #21a3dd;
  font-size: 4em;
  top: 0.2em;
  position: relative;
}

.homepage-intro-text-block {
  margin-bottom: 0.5rem;
}
.homepage-intro-text-block p {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .homepage-intro-text-block p {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .homepage-intro {
    max-height: unset !important;
    margin-bottom: 0 !important;
  }
  .homepage-intro__text, .homepage-intro__video {
    display: none;
  }
  .homepage-intro__search {
    position: unset !important;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .homepage-intro__search form {
    display: flex !important;
    flex-wrap: wrap;
  }
  .homepage-intro__search form div {
    text-align: center;
    display: unset !important;
    flex: 0 0 100% !important;
    margin-bottom: 20px;
    padding-right: unset !important;
  }
  .homepage-intro__search form div:last-child {
    margin-bottom: unset !important;
  }
  .homepage-blocks .block-our-offices .text-container {
    padding-left: 15px !important;
    padding-right: 10px !important;
  }
  .homepage-blocks .block-our-offices p:first-child {
    padding-top: 0 !important;
  }
}
form.entertainment-search-form {
  display: table;
  width: 100%;
  border-radius: 5px;
  padding: 15px;
}

form.entertainment-search-form div {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}

form.entertainment-search-form div:last-child {
  padding-right: 0;
}

form.entertainment-search-form div input,
form.entertainment-search-form div select,
form.entertainment-search-form div button {
  margin: 0;
  background-color: #f2f2f2;
  line-height: unset;
  vertical-align: middle;
  color: #000;
}

form.entertainment-search-form div label {
  display: none;
}

form.entertainment-search-form div span {
  color: #e6297e;
  font-weight: bold;
}

form.entertainment-search-form div button {
  vertical-align: middle;
  display: inline-block;
  padding: 2px 70px;
  border: 0;
  border-radius: 5px;
  font-size: 21px;
  width: 100%;
  color: #fff;
  background: #e6297e;
  height: 38px;
}

form.entertainment-search-form div button i {
  vertical-align: middle;
}

form.entertainment-search-form div button:hover {
  background-color: rgb(196.9874476987, 23.0125523013, 101.2552301255);
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  form.entertainment-search-form div:nth-child(4) {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.popular-categories-block a, .priceList-categories-block a {
  position: relative;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  display: block;
  overflow: hidden;
}

.popular-categories-block a img, .priceList-categories-block a img {
  margin: 0;
  padding: 0;
  display: block;
}

.popular-categories-block a:hover img, .priceList-categories-block a:hover img {
  filter: unset;
}

.popular-categories-block a:hover .priceList-categories-block,
.popular-categories-block a:hover .popular-category-item__overlay {
  transform: translateY(50%);
}

.priceList-categories-block a:hover .priceList-categories-block,
.priceList-categories-block a:hover .popular-category-item__overlay {
  transform: translateY(50%);
}

.popular-categories-block .priceList-categories-block, .popular-categories-block .popular-category-item__overlay {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  transform: translateY(75%);
  transition: 0.5s ease-in-out;
}

.priceList-categories-block .priceList-categories-block, .priceList-categories-block .popular-category-item__overlay {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  transform: translateY(75%);
  transition: 0.5s ease-in-out;
}

.popular-categories-block .priceList-categories-block h2, .popular-categories-block .priceList-categories-block h3, .popular-categories-block .priceList-categories-block h4 {
  padding-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}
.popular-categories-block .popular-category-item__overlay h2, .popular-categories-block .popular-category-item__overlay h3, .popular-categories-block .popular-category-item__overlay h4 {
  padding-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}

.priceList-categories-block .priceList-categories-block h2, .priceList-categories-block .priceList-categories-block h3, .priceList-categories-block .priceList-categories-block h4 {
  padding-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}
.priceList-categories-block .popular-category-item__overlay h2, .priceList-categories-block .popular-category-item__overlay h3, .priceList-categories-block .popular-category-item__overlay h4 {
  padding-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}

.popular-categories-block .priceList-categories-block .btn, .popular-categories-block .popular-category-item__overlay .btn {
  background-color: #e6297e;
  color: #fff;
  margin-top: 5px;
}

.priceList-categories-block .priceList-categories-block .btn, .priceList-categories-block .popular-category-item__overlay .btn {
  background-color: #e6297e;
  color: #fff;
  margin-top: 5px;
}

.popular-categories-block img, .priceList-categories-block img {
  transition: 0.5s ease-in-out;
  filter: brightness(70%);
}

.popular-categories-block {
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .popular-categories__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .popular-categories__content article:nth-child(n+9) {
    display: none;
  }
  .popular-categories-block-2 .popular-category-item:nth-child(5) {
    display: none;
  }
}
.text-block div p:last-child {
  margin-bottom: 10px;
}

.collapsible--expanded .collapsible__content {
  max-height: unset;
}
.collapsible--expanded .collapsible__content:after {
  content: unset;
}

.collapsible__content {
  max-height: 320px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}
.collapsible__content:after {
  background: linear-gradient(rgba(255, 255, 255, 0), #f6f6f6);
  bottom: 0;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
}

.collapsible__read-more {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}

.collapsible-mobile__read-more {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .collapsible-mobile--expanded .collapsible__content {
    max-height: unset;
  }
  .collapsible-mobile > div {
    max-height: 320px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: relative;
  }
  .collapsible-mobile > div:after {
    background: linear-gradient(rgba(255, 255, 255, 0), #f6f6f6);
    bottom: 0;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .collapsible-mobile__read-more {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.featured-items-block {
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  .entertainment-category__content {
    margin-bottom: 3rem;
  }
  .entertainment-category__content__read-more {
    display: none;
  }
}
.collapsible--expanded {
  min-height: unset !important;
}

@media only screen and (max-width: 768px) {
  .entertainment-category__content {
    max-height: 82px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: relative;
  }
  .entertainment-category__content.collapsible--expanded {
    max-height: unset;
  }
  .entertainment-category__content:not(.collapsible--expanded):after {
    background: linear-gradient(hsla(0, 0%, 100%, 0), #f6f6f6);
    bottom: 0;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .entertainment-category__content__read-more {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }
  .category .grid-list--4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .blog-post__heading__share {
    display: none;
  }
}
.mobile-filter-button {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mobile-filter-button {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #e6297e;
    border-radius: 0.5rem;
    color: #fff !important;
    font-size: 1rem;
    padding: 10px 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .mobile-filter-button i {
    margin-right: 10px;
  }
}
.faq-list {
  margin-bottom: 2rem;
}
.faq-list .faq-item {
  display: flex;
  flex-direction: column;
}
.faq-list .faq-item:hover {
  color: #fd7e14;
}
.faq-list .faq-item.open .faq-item__question:after {
  content: "\f068";
}
.faq-list .faq-item.open .faq-item__answer {
  display: block;
}
.faq-list .faq-item__question {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e7e7;
  width: 100%;
  text-decoration: none;
  padding: 0.65rem 0;
}
.faq-list .faq-item__question span {
  flex: 1;
}
.faq-list .faq-item__question:after {
  content: "+";
  font-family: "Font Awesome 5 Pro";
}
.faq-list .faq-item__answer {
  border-bottom: 1px solid #f6f7f9;
  padding: 1rem 0;
  display: none;
}

/*
#faq-container {
  position: relative;
  padding-bottom: 25px;
}

#faq-container .item {
  position: relative;
  display: block;
  counter-increment: step-counter;
}

#faq-container .item a.question {
  display: block;
  cursor: pointer;
  position: relative;
  margin-bottom: 1px;
  background: #d30700;
  color: #fff;
  padding: 10px 50px 10px 20px;
  text-decoration: none;
}

#faq-container .item a.question:before {
  content: counter(step-counter) '.';
  display: inline-block;
  width: 30px;
  text-align: left;
}

#faq-container .item a.question:after {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #fff;
  color: $primary;
  font-family: 'Font Awesome 5 Pro';
  content: '\f107';
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  text-align: center;
  font-size: 20px;
  transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

#faq-container .item a.question:hover {
  background: #000;
}

#faq-container .item a.question.active:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#faq-container .item .answer {
  display: block;
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0 50px 0 40px;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

#faq-container .item .answer.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  padding-top: 15px;
}
*/
/*
#blog-detail {
  position: relative;
  padding: 50px 0 45px 0;
}

#blog-detail .intro {
  font-weight: 700;
}

#blog-detail p.publish-info {
  font-size: 13px;
  margin-top: -15px;
  font-style: italic;
}

#blog-detail #content {
  width: 660px;
  float: left;
  padding: 0 50px 0 0;
}

#blog-detail #sidebar {
  width: 320px;
  float: right;
}

#blog-detail #sidebar p.feat-img img {
  width: 100%;
  height: auto;
}
*/
.blog-item__content {
  margin-top: -10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blog-item .blog-title {
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-item .date {
  font-style: italic;
  margin-bottom: 0.5rem;
  font-size: 12px;
  color: #000;
}
.blog-item .excerpt {
  /*
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  */
  margin-bottom: 0.5rem;
}
.blog-item .excerpt p {
  font-size: inherit;
  margin-bottom: 0;
}
.blog-item .excerpt p a.read-more {
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
  margin-left: 3px;
}

.sidebar .recent-blogs .blog-item {
  margin-bottom: 2rem;
  margin-right: 0;
}
.sidebar .recent-blogs .blog-item .blog-title {
  -webkit-line-clamp: 1;
}
.sidebar .recent-blogs__item {
  background-color: #fff;
  margin-bottom: 1rem;
}
.sidebar .recent-blogs__item__info h6 {
  font-size: 15px;
}

article.blog-summary {
  position: relative;
  display: block;
  margin-bottom: 25px;
  border-bottom: 1px solid #181819;
}

article.blog-summary:before {
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #414142;
  content: "";
}

article.blog-summary .img {
  width: 50%;
  float: left;
  padding-right: 20px;
  padding-bottom: 25px;
}

article.blog-summary .img img {
  width: 100%;
  display: block;
  height: auto;
}

article.blog-summary .info {
  width: 50%;
  float: left;
  padding-top: 20px;
}

article.blog-summary .info p {
  padding-bottom: 10px;
}

article.blog-summary .info p.publish-info {
  color: #5f6062;
}

article.blog-summary p a {
  color: #fff;
  text-decoration: none;
}

article.blog-summary p a:hover {
  text-decoration: underline;
}

article.blog-summary p.excerpt {
  font-size: 13px;
}

.blog-post ul li:before {
  display: inline-block;
  content: "\f0da";
  color: #e6297e;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  line-height: 15px;
  margin-left: -20px;
  margin-right: 15px;
}

.price-item small {
  margin-right: 0.5rem;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: inline-start;
}

.priceTableWrapper {
  overflow: clip;
  display: flex;
  flex-direction: column;
  max-height: 600px;
  clear: both;
}

@media (max-width: 767px) {
  .priceTableWrapper {
    width: 160%;
  }
}
.priceTable {
  table-layout: fixed;
}

.priceTable a {
  font-weight: 700;
}

.scrollTable {
  overflow-y: auto;
}

.priceTable thead {
  width: 100%;
  background-color: #e6297e;
  color: #fff;
  position: sticky;
  top: 0;
}

.priceTable th,
.priceTable td {
  padding: 10px 15px;
  vertical-align: middle;
  word-break: keep-all;
  width: 33%;
  text-align: left;
}

.priceTable th:last-child,
.priceTable td:last-child {
  width: 110px !important;
  padding: 10px 5px !important;
}

.priceTable tbody tr {
  cursor: pointer;
}

.priceTable tbody tr:hover {
  color: #000;
}

.priceTable tbody tr:hover a {
  color: #000;
}

.priceTable tbody {
  font-size: 12px;
}

.priceTable tbody tr td {
  border-bottom: 1px solid lightgrey;
}

.priceTable tbody tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}

.priceTable tbody tr:nth-of-type(even) {
  background-color: #fff;
}

.priceListButtons {
  display: block;
}

.priceListBtn {
  display: inline-block;
  padding: 6px 12px;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin-right: 15px;
  float: left;
  border-radius: 5px;
}

.priceListBtn--1 {
  background-color: #343a40;
  margin-left: 0;
}

.priceListBtn--2 {
  background-color: #343a40;
  color: #fff !important;
}

.priceListBtn--3 {
  background: #28a745 linear-gradient(180deg, #47b360, #28a745) repeat-x;
}

.priceListBtn--4 {
  background-color: #e6297e;
}

.btnBookNow,
.btnRequestQuote {
  color: #fff !important;
}
.btnBookNow i,
.btnRequestQuote i {
  vertical-align: baseline;
  margin-right: 5px;
}

.btnBookNow {
  background: #28a745 linear-gradient(180deg, #47b360, #28a745) repeat-x;
}
.btnBookNow:hover {
  background: #1e7e34;
}

.btnRequestQuote {
  background-color: #e6297e;
}
.btnRequestQuote:hover {
  background-color: rgb(196.9874476987, 23.0125523013, 101.2552301255) !important;
}

.mobileCtaButtons .btn {
  flex: 0 0 48%;
  font-size: 15px;
}

.single-entertainment {
  /*
  .page-header-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: unset;
    height: unset;

    .btn {
      padding: 10px 20px;
      margin: 10px 0;
    }

    .btnBookNow {
      margin-right: 1rem;
    }

    @media only screen and (max-width: 768px) {
      //min-height: unset;
    }

    @media only screen and (min-width: 768px) {
      //height: 300px;
    }
  }
  */
}
.single-entertainment .page-header-image__title__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-items: center;
  height: 100%;
}
.single-entertainment .page-header-image .btn {
  padding: 10px 20px;
  margin: 10px 0;
}
.single-entertainment .page-header-image .btnBookNow {
  margin-right: 1rem;
}
.single-entertainment .swiper {
  width: 100%;
  position: relative;
}
.single-entertainment img {
  line-height: 0;
  width: 100%;
  height: auto;
}
.single-entertainment .entertainment-info {
  background-color: #fff;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-bottom: 2rem;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .single-entertainment .entertainment-info {
    font-size: 12px;
  }
}
.single-entertainment .entertainment-info__title {
  color: #343a40;
  text-transform: uppercase;
  text-align: center;
}
.single-entertainment .entertainment-info__item {
  margin-bottom: 0.5rem;
}
.single-entertainment .entertainment-info__item__label {
  font-weight: bold;
  color: #e6297e;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.single-entertainment .entertainment-info__item__label i {
  vertical-align: middle;
  margin-right: 5px;
}
.single-entertainment .entertainment-info__item--price label b {
  margin-left: 4px;
  transition: 0.2s ease-in;
}
.single-entertainment .entertainment-info__item--price label .duration-tooltip i {
  color: #e6297e;
}
.single-entertainment .entertainment-info__item--price label:hover {
  cursor: pointer;
}
.single-entertainment .entertainment-info__item--price label:hover b {
  color: #e6297e;
}
.single-entertainment .entertainment-info__item--price .duration-tooltip {
  order: 3;
}
.single-entertainment .entertainment-info__conditions {
  margin-bottom: 0.5rem;
}
.single-entertainment .entertainment-info__cta-buttons {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.single-entertainment .entertainment-info__cta-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: 1rem;
  padding: 6px 12px;
  margin-bottom: 0.5rem;
}
.single-entertainment .entertainment-media__item {
  margin-bottom: 2rem;
}
.single-entertainment .entertainment-media__item--video {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}
.single-entertainment .video-embed::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.single-entertainment .video-embed__play-btn {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center/68px 48px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  position: absolute;
  cursor: pointer;
  z-index: 1;
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
}
.single-entertainment .artist-item__content h2 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .single-entertainment .artist-item__content.long-text .artist-item__content__read-more {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .single-entertainment .artist-item__content.long-text.open .artist-item__content__inner {
    max-height: unset !important;
  }
  .single-entertainment .artist-item__content.long-text .artist-item__content__inner {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: relative;
  }
  .single-entertainment .artist-item__content.long-text .artist-item__content__inner:after {
    background: linear-gradient(hsla(0, 0%, 100%, 0), #f6f6f6);
    bottom: 0;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .single-entertainment .artist-item__content.long-text .artist-item__content__read-more {
    display: block;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.bookingRequestModal {
  padding: 0;
  border-radius: 5px;
  border: transparent;
  margin: 16px;
  margin-left: auto;
  margin-right: auto;
}

.bookingRequestModal::backdrop {
  background-color: rgba(0, 0, 0, 0.82);
}

.bookingRequestModal__header {
  background-color: #e6297e !important;
  text-align: center;
  padding: 15px 20px;
}

.bookingRequestModal__header__title {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}

.bookingRequestModal__header__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 0;
  background: 0 0;
}

.bookingRequestModal__header__close svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.bookingRequestModal__body {
  padding: 15px 20px;
}

/* page-contact.scss - Contact page styles */
.contact-page {
  padding: 2rem;
}
.contact-page form {
  display: grid;
  gap: 1rem;
}

.page-template-default, .page-template-page-faq, .content-section {
  /*
  img {
    line-height: 0;
    width: 100%;
    height: auto;
  }

   */
}
.page-template-default.has-sidebar .container, .has-sidebar.page-template-page-faq .container, .has-sidebar.content-section .container {
  display: flex;
}
.page-template-default.has-sidebar .content, .has-sidebar.page-template-page-faq .content, .has-sidebar.content-section .content {
  flex: 1;
  margin-right: 30px;
}
.page-template-default.has-sidebar aside, .has-sidebar.page-template-page-faq aside, .has-sidebar.content-section aside {
  flex: 0 1 30%;
}
.page-template-default .content ul, .page-template-page-faq .content ul, .content-section .content ul {
  list-style: none;
  padding-left: 0;
}
.page-template-default .content ul li, .page-template-page-faq .content ul li, .content-section .content ul li {
  list-style: none;
}
.page-template-default .content ul li:before, .page-template-page-faq .content ul li:before, .content-section .content ul li:before {
  display: inline-block;
  content: "\f00c";
  color: #e6297e;
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}
.page-template-default .default-content-row h1, .page-template-page-faq .default-content-row h1, .content-section .default-content-row h1,
.page-template-default .default-content-row h2,
.page-template-page-faq .default-content-row h2,
.content-section .default-content-row h2,
.page-template-default .default-content-row h3,
.page-template-page-faq .default-content-row h3,
.content-section .default-content-row h3,
.page-template-default .default-content-row h4,
.page-template-page-faq .default-content-row h4,
.content-section .default-content-row h4 {
  color: #e6297e;
}
.page-template-default .default-content-row ul li:before, .page-template-page-faq .default-content-row ul li:before, .content-section .default-content-row ul li:before {
  display: inline-block;
  content: "\f0da";
  color: #e6297e;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  line-height: 15px;
  margin-left: -20px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  body .page-template-default.has-sidebar .container, body .has-sidebar.page-template-page-faq .container, body .has-sidebar.content-section .container {
    flex-direction: column;
  }
  body .page-template-default.has-sidebar .content, body .has-sidebar.page-template-page-faq .content, body .has-sidebar.content-section .content {
    margin-right: 0;
  }
  body .page-template-default.has-sidebar aside, body .has-sidebar.page-template-page-faq aside, body .has-sidebar.content-section aside {
    flex: 0 1 100%;
  }
}
.page-header-image {
  position: relative;
  background-size: cover;
  background-position: center;
}
.page-header-image .wrap {
  height: 100%;
}
.page-header-image__title {
  max-height: 255px;
  height: 32vh;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.page-header-image__title .right {
  float: right;
  padding: 35px;
  width: 580px;
  background: rgba(0, 0, 0, 0.5);
}
.page-header-image__title h1 {
  color: #fff;
}
.page-header-image__title2 {
  padding: 90px 0;
  height: 100%;
}
.page-header-image__title2 .right {
  float: right;
  padding: 35px;
  width: 580px;
  background: rgba(0, 0, 0, 0.5);
}
.page-header-image__title2 h1 {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .page-header-image__title {
    height: auto !important;
    min-height: 28vh;
  }
}
.cog-abuse,
.cog-branding {
  display: none;
}

.page-id-15 .content:nth-child(2) h2 {
  color: #000;
}

.star-container {
  display: inline-block;
  position: relative;
}
.star-container .star {
  display: inline-block;
  margin: 0 5px 0 0;
}
.star-container .star:before {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  color: #ece000;
  font-family: "Font Awesome 5 Pro";
  content: "\f005";
  font-weight: 900;
}
.star-container .star.half:before {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  color: #ece000;
  font-family: "Font Awesome 5 Pro";
  content: "\f5c0";
  font-weight: 900;
}

.pagination {
  position: relative;
}
.pagination .page-numbers {
  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: 15px;
  line-height: 40px;
  border: 1px solid #e4e4e3;
  text-align: center;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background-color: #e6297e;
  color: #fff;
}
.pagination .page-numbers:hover {
  border: 1px solid #e6297e;
}

.wp-video {
  width: 100% !important;
}
.wp-video .mejs-container {
  width: 100% !important;
}

.grecaptcha-badge {
  display: none !important;
  color: black;
}

div.g-recaptcha {
  margin-bottom: 25px;
  display: block;
  clear: both;
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  margin: 0;
  padding: 0;
  height: 0;
  display: none;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
  height: 16px;
  display: inline-block;
}

.cs-checkbox input[type=checkbox] {
  display: none;
}
.cs-checkbox input[type=checkbox]:checked + label:before {
  color: #28a745;
  content: "\f00c";
  font-family: Font Awesome\ 5 Pro;
  font-size: 1.1rem;
  line-height: 1rem;
  text-align: center;
  font-weight: 600;
}
.cs-checkbox label {
  font-weight: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
  line-height: 1.5rem;
}
.cs-checkbox label:before {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  content: "";
  height: 1.2rem;
  left: 0;
  margin-right: 0.5rem;
  width: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}

.widget a {
  display: block;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jBox-title {
  background-color: #e6297e !important;
  color: #fff !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 1.5rem !important;
}

/* cta-bar.scss - Call-to-action banner */
.cta-bar {
  background: #e6297e;
  color: white;
  text-align: center;
  padding: 1rem;
}
.cta-bar a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.searchSidebar {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #FBFBFB;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 0.5rem;
}
.searchSidebar ul,
.searchSidebar li {
  list-style: none;
}
.searchSidebar.open {
  display: block !important;
}
.searchSidebar .mobileSearchCloseBtn {
  display: none;
}
@media (max-width: 767px) {
  .searchSidebar .mobileSearchCloseBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6297e;
    color: #fff !important;
    font-size: 1rem;
    padding: 10px 10px;
    border-radius: 0.5rem;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .searchSidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow-y: auto;
    padding: 1rem;
  }
}
.searchSidebar .reset-filter {
  position: absolute;
  right: 25px;
}
.searchSidebar .filter-item {
  margin-bottom: 1rem;
}
.searchSidebar .filter-item:last-of-type {
  margin-bottom: 0;
}
.searchSidebar .filter-item__title {
  display: block;
  font-size: 1.15rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  width: 80%;
}
.searchSidebar .filter-item ul,
.searchSidebar .filter-item li {
  padding: 0;
}
.searchSidebar .filter-item ul {
  margin-bottom: 0;
}
.searchSidebar .filter-item input[type=text] {
  background-color: #fff;
  border: 1px solid lightgrey;
  font-style: italic;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #e6297e;
}
.searchSidebar .filter-item input[type=text]::placeholder {
  color: #e6297e;
}
.searchSidebar .alphabet-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 0.5rem;
}
.searchSidebar .alphabet-list a {
  text-align: center;
  background-color: #fff;
  border: 1px solid lightgrey;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  border-radius: 3px;
  text-decoration: none;
}
.searchSidebar .alphabet-list a.active {
  background-color: #343a40;
  color: #fff;
}
.searchSidebar .alphabet-list a:hover {
  text-decoration: none;
  background-color: #343a40;
  color: #fff;
}
.searchSidebar .alphabet-list li b {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  margin-bottom: 10px;
}

ul.list {
  display: block;
}
ul.list::after {
  content: "";
  clear: both;
  display: block;
}
ul.list--half li {
  width: 50%;
  float: left;
  margin-bottom: 0.5rem;
}

/*
#filters {
  position: relative;
  float: left;
  text-align: right;
  margin-bottom: 25px;
}

#filters p {
  display: inline-block;
  padding-right: 15px;
}

#filters select {
  display: inline-block;
  width: 250px;
}


#band-search {
  position: relative;
  float: right;
}

#band-search p {
  display: inline-block;
  padding-right: 15px;
}

#band-search input[type='search'] {
  display: inline-block;
  width: 250px;
}

#band-search button {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 45px;
  background: #d30700;
  color: #fff;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

 */
.favorite-button {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 0.5rem;
  text-align: center;
  top: 0.5rem;
  width: 30px;
  line-height: 30px;
  z-index: 400;
  color: #e6297e;
}
.favorite-button:after {
  content: "\f004";
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
}
.favorite-button.active {
  color: #e6297e;
  font-weight: 700;
  opacity: 1 !important;
}

.wpcf7-submit {
  color: #fff;
  background: #28a745 linear-gradient(180deg, #47b360, #28a745) repeat-x;
  border: 1px solid transparent !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.5rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 400;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wpcf7-submit:hover {
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.wpcf7-form-control {
  height: unset !important;
}

.wpcf7-form-control-wrap {
  margin-top: 2px;
  margin-left: -2px;
  display: block;
}

.wpcf7-form p {
  margin-bottom: 8px;
}
.wpcf7-form .wpcf7-submit {
  width: unset !important;
  background: #28a745 linear-gradient(180deg, #47b360, #28a745) repeat-x !important;
  padding: 6px 12px !important;
}

.cog-page-progress__page a::before {
  width: 25px !important;
  height: 25px !important;
}
.cog-page-progress__page.is-active a::before {
  background: #e6297e !important;
  color: #fff !important;
}

.cog-abuse,
.cog-branding {
  display: none !important;
}

.cog-form:not(.cog-form--show-all-pages) .cog-section__inner, :root:root:root .cog-form:not(.cog-form--show-all-pages) .cog-section__inner {
  padding-bottom: 0 !important;
}

.cog-button--secondary,
.cog-button--primary {
  background: #28a745 linear-gradient(180deg, #47b360, #28a745) repeat-x !important;
  color: #fff !important;
  border: none !important;
  padding: 0.375rem 0.75rem !important;
}

.cog-page-progress ol,
:root:root:root:root:root .cog-page-progress ol {
  padding: 0 !important;
}

.cog-body:not(:first-child),
:root:root:root:root:root .cog-body:not(:first-child) {
  margin-top: 0 !important;
}

.cog-5 {
  --input__padding-v: 6.1px !important;
  --label__font-weight: normal !important;
  --checkbox__border-radius: 6px !important;
  --color: #4c4c4c !important;
  --highlight: #21a3dd !important;
}

/* spotify.scss - Embed or feature Spotify content */
.spotify-widget {
  margin: 1rem 0;
}
.spotify-widget iframe {
  width: 100%;
  border: none;
  height: 80px;
}

.newsletter-panel {
  background: #e6297e;
  width: 100%;
  margin: 3px 0 10px;
  padding: 1.5rem;
  border-radius: 10px;
}
.newsletter-panel__body {
  display: flex;
  flex-direction: column;
}
.newsletter-panel__title {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
}
.newsletter-panel__description {
  color: #fff;
  font-size: 1em;
  margin-bottom: 1rem;
}
.newsletter-panel .input-group {
  display: flex;
}
.newsletter-panel .form-control {
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.newsletter-panel .input-group-submit {
  display: flex;
  align-items: center;
}
.newsletter-panel .input-group-submit .form-control {
  margin-bottom: 0;
}
.newsletter-panel .btn-subscribe {
  color: #fff;
  background-color: #343a40;
  border: none;
  margin-left: 1rem;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.newsletter-panel .btn-subscribe:hover {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.grid-list {
  display: grid;
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.grid-list:after {
  content: "";
  display: block;
  clear: both;
}
.grid-list--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-list--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-list--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-list--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media only screen and (max-width: 768px) {
  .grid-list--2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-list--3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-list--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-list--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/*# sourceMappingURL=style.css.map */
