/*
Theme Name: Think Creative - Bootstrap Theme
Author: Think Creative Consultants Ltd
Description: Bootstrap theme for Wordpress developed by Think Creative Consultants Ltd.
Version: 1.1.0
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

/* XS Block visible */

@media (min-width: 0) and (max-width: 992px) {
  .d-xs-block {
    display: block !important;
  }
}

body:not(.page-id-2737) .grecaptcha-badge {
  width:0 !important;
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: cabin, sans-serif;
  background-color: #333;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}

h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 15px;
}

h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
}

h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

h5 {}

h6 {}

p {
  margin-bottom: 20px;
}

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

a,
p {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.75em;
}

a {
  transition: all .2s ease;
}

a:hover {
  text-decoration: unset;
}

hr {
  display: block;
  max-width: 500px;
  margin-top: 50px;
  border: 1px solid #ffffff;
}

figcaption {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.tc-page-content {}

.tc-page-content a {
  font-weight: 600;
  border-bottom: 1px solid;
}

.tc-page-content a:hover {
  opacity: 0.7;
  color: #ffffff;
}

.tc-page-content .wp-block-image .alignleft {
  margin-right: 30px;
  margin-bottom: 20px;
}

.tc-page-content .wp-block-image .alignright {
  margin-left: 30px;
  margin-bottom: 10px;
}

.blog-content img {
  margin: 20px 0px;
}

.tc-page-content ul {
  list-style-type: none;
}

.tc-page-content ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ffffff;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}



/* Wfw23 */

.page-template-wfw-2023-template header,
.page-template-wfw-2023-template footer {
  display: none !important;
}

.wfw23-second-text p:last-child {
  margin-bottom: 0px;
}

.wfw23-second-text a {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.66em;
  font-weight: 600;
  border-bottom: 1px solid;
}

.wfw23-second-text a:hover {
  opacity: 0.7;
  color: #ffffff;
}

.wfw23 {
  padding: 150px 0px 150px 0px;
}

li.kadence-blocks-gallery-item:before {
  display: none !important;
}

.tc-page-content ul li,
.tc-page-content ol li {
  color: #ffffff;
  font-size: 16px;
}

.tc-page-content strong {
  font-weight: 600;
}

.tc-page-content table {
  max-width: 800px;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.tc-page-content th {
  border: 1px solid #dddddd;
  padding: 10px;
  text-align: left;
  background-color: #dddddd;
  color: #5f6a72;
}

.tc-page-content td {
  border-spacing: 0px;
  padding: 10px;
  margin: 0;
  font-size: 15px;
  color: #5f6a72;
}

.tc-page-content tr {
  border-bottom: 1px solid #df377f;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.timetable table {
  width: 100% !important;
  max-width: unset !important;
  background-color: #ffffff !important;
}

.timetable table tr {
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.timetable thead th {
  background-color: transparent;
  border: none;
  color: #000000;
  font-size: 20px;
  padding: 15px;
  border-right: 1px solid #000000;
}

.timetable table td {
  color: #000000;
  border-right: 1px solid #000000;
  padding: 15px;
}

.tc-page-content img {
  height: auto;
}

.tc-page-content hr {
  margin-bottom: 40px;
}

.tc-page-content .c-accordion__title {
  margin-bottom: 20px;
  font-size: 18px;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0px;
}

.tc-page-content .c-accordion__title:focus {
  outline: 0px;
}

.tc-page-content .book-appointment {
  border: 2px solid #df377f;
  padding: 20px;
  margin-bottom: 30px;
}

.tc-page-content blockquote {
  border: 1px solid #dddddd;
  padding: 20px;
}

.tc-page-content blockquote cite strong {
  color: #df377f;
}

@media (max-width: 600px) {
  .tc-page-content img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.text-link:hover {
  color: #df377f;
  text-decoration: underline;
}

.btn {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
  border-radius: 15px;
  padding: 10px 20px;
  min-width: 200px;
  position: relative;
}

.btn span {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  transition: all .35s;
}

.btn:hover span {
  color: #ffffff;
  z-index: 2;
}

.btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 12px;
  background: #000000;
  transition: all .35s;
  opacity: 0;
}

.btn:hover:after {
  width: 100%;
  opacity: 1;
}

.btn.btn-black {
  border: 2px solid #000000;
}

.btn.btn-black span {
  color: #000000;
}

.btn.btn-black:hover span {
  color: #ffffff !important;
}

.btn.btn-black:after {
  background: #000000;
}

/* Header */
.header-nav {
  min-height: 140px;
}

nav .custom-logo {
  width: 100%;
  max-width: 100px;
  height: auto;
}

.wfw-social {
  max-width: 140px;
  width: 100%;
}

.wfw-social i {
  background-color: #ffffff;
  color: #000000;
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 14px;
  position: relative;
  z-index: 2;
  border: 1px solid #ffffff;
  transition: all .35s;
}

.wfw-social i:hover {
  color: #ffffff;
  background-color: #333;
}

.wfw-social i:before {
  vertical-align: -.16em !important;
}

.top-header,
.mobile-header .navbar {
  background-color: #5f6a72;
}

header .navbar {
  background-color: #333;
}

.header-nav .navbar-nav li {
  transition: all .3s ease;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.header-nav .navbar-nav li a {
  font-size: 16px !important;
  color: #ffffff !important;
  font-weight: 600;
  padding: 0px !important;
  position: relative;
}

.header-nav .navbar-nav li a:after {
  content: "";
  height: 1px;
  width: 0px;
  background-color: #333;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all .3s ease;
}

.header-nav .navbar-nav li a:hover:after,
.header-nav .navbar-nav .active a:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  display: block;
  position: absolute;
  bottom: 0;
}

.header-nav .navbar-nav li {
  padding-right: 20px;
}


.header-nav .navbar-nav li.active,
.header-nav .navbar-nav li:hover {}

.header-nav .navbar-nav li.active>a,
.header-nav .navbar-nav li:hover>a {}

.mobile-header .navbar-collapse .dropdown-menu,
.mobile-header .navbar-collapse li:hover>a,
.mobile-header .navbar-collapse li:hover {
  background-color: transparent !important;
}

.mobile-header .navbar-collapse .dropdown-menu li {
  padding-left: 20px;
}

.navbar-dark .navbar-toggler {
  border-radius: 0px;
}

.dropdown-item {
  color: #5f6a72;
}

.dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  background-color: #f8f9fa !important;
  margin: 0px;
  border: 1px solid #ececec;
  transition: all .3s ease;
}

.dropdown-menu {
  border: 1px solid #df377f;
}

button:focus {
  outline: 0;
}

.mob-contact div {
  padding: 20px;
  background-color: #df377f;
  color: #ffffff;
  font-size: 15px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  margin: 15px 15px 0px 15px;
}

.mob-contact a {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid #ffffff;
}

/*Sidebar*/
.services-sidebar h4 {
  text-transform: uppercase;
  color: #df377f;
  font-weight: 500;
}

.services-nav {
  list-style: none;
  margin-block-start: 0px;
  padding-inline-start: 0px;
}

.services-nav li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #df377f;
  transition: all .3s ease;
}

.services-nav li a:before {}

.services-nav li:hover {
  background-color: #df377f;
}

.services-nav a:hover {
  color: #ffffff;
}

.social-sidebar {
  margin: 30px 0px;
}

.social-sidebar i {
  font-size: 1.5em;
  margin-right: 10px;
  color: #df377f;
}

/*Search results*/
.search {
  border-bottom: 1px solid #dddddd;
}

.search-body {
  padding: 30px 0px;
}

.search h3 a {
  font-size: 20px;
  color: #df377f;
  line-height: 1.3;
}

/*Pagination*/
.tc-paginate {
  margin: 70px 0px;
  text-align: center;
}

.page-numbers {
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 600;
  margin: 0px 3px;
  border: 2px solid #ffffff;
}

.page-numbers:hover {
  color: #000000;
  background-color: #ffffff;
}

.page-numbers.current {
  color: #000000;
  background-color: #ffffff;
}

/* Page Layout */
.tc-page-title h1 {
  color: #ffffff;
  margin-bottom: 2px;
  line-height: 1;
  font-size: 1.5em;
}

.tc-breadcrumb {
  color: rgba(0, 0, 0, 0.7);
}

.tc-breadcrumb a {
  color: #000000;
}

/* Footer */
footer .custom-logo {
  margin-bottom: 20px;
}

footer h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
}

footer {
  background-color: #fff;
  font-size: 14px;
  padding: 50px 0px 20px 0px;
}

/* .footer-awards a {
  max-width: 23%;
  height: auto;
  text-align: center;
} */

.footer-awards img {
  width: 100%;
  height: auto;
  max-height: 150px;
}

/* Sub Footer */
#menu-sub-footer-menu {}

#menu-footer-menu li a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 0px 2px 0px;
  position: relative;
}

#menu-sub-footer-menu li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 0px 2px 0px;
  position: relative;
  opacity: 0.8;
}

#menu-sub-footer-menu li,
#menu-footer-menu li {
  margin: 10px;
}

#menu-footer-menu li:first-of-type {
  margin-left: 0px;
}

#menu-sub-footer-menu li:last-of-type {
  margin-right: 0px;
}

#menu-sub-footer-menu li a:after,
#menu-footer-menu li a:after,
.hashtag:after {
  content: "";
  height: 1px;
  width: 0px;
  background-color: #333;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all .3s ease;
}

#menu-sub-footer-menu li a:hover:after,
#menu-sub-footer-menu .current-menu-item a:after,
#menu-footer-menu li a:hover:after,
#menu-footer-menu .current-menu-item a:after,
.hashtag:hover:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  display: block;
  position: absolute;
  bottom: 0;
}

.hashtag {
  position: relative;
  display: inline-block;
}

.hashtag:hover {
  color: #ffffff !important;
}

.hashtag.text-black:hover {
  color: #000000 !important;
}

.hashtag.text-black:hover:after {
  background-color: #333;
}

.hashtag, .hashtag:hover {
  color: #333 !important;
}

.copyright {
  color: #333;
  font-size: 14px;
  max-width: 1000px;
}

.copyright a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.copyright a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

/* Front page */
.carousel-caption {
  right: 0%;
  left: 50%;
  bottom: calc(50% - 25px);
  max-width: 35%;
  text-align: left;
  display: flex !important;
  height: 50px;
  align-items: center;
}

.carousel-caption h5 {
  font-size: 32px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {

  .wfw23 {
    padding: 100px 0px 100px 0px;
  }

  .carousel img {
    height: 150px;
    object-fit: cover;
  }

  .carousel-caption {
    left: 50%;
  }

  .carousel h5 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .carousel img {
    height: 110px;
    object-fit: cover;
  }

  .carousel-caption {
    left: 35%;
    max-width: 50%;
  }

  .carousel h5 {
    font-size: 20px;
  }
}

/*Archives*/
.back-btn {
  padding: 0px;
  -webkit-appearance: unset;
  background-color: transparent;
  border: 0px;
  color: #5f6a72;
}

.back-btn:hover {
  cursor: pointer;
  color: #ffffff;
}

.card {
  background-color: transparent;
  border: 0px;
  padding: 0px;
}

.card-body {
  padding: 20px 50px 50px 50px;
}

.card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.card h3 a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card h3 {
  text-align: center;
}

.card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0px;
}

.blog-image {
  display: block;
  height: 500px !important;
  object-fit: contain;
}

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

.blog-content h3 {
  font-weight: 600;
  font-size: 24px;
}

.blog-content h3:not(:first-of-type) {
  margin-top: 30px;
}

.tc-recent img {
  height: 150px;
  border-bottom: 1px solid #dddddd;
}

.tc-recent .card h3 a {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #df377f;
  line-height: 1.3;
}

/*Singular posts*/
.post-meta {
  font-weight: 600;
  padding-bottom: 10px;
}

/*Ninja forms*/
.nf-form-content {
  padding: 0px !important;
}

/*content*/
.green-panel {
  background-color: #7ecac0;
  padding: 30px 30px 20px 30px;
  margin-bottom: 20px;
}

.green-panel h2 {
  margin-bottom: 0px;
  color: #ffffff;
}

.green-panel ul,
.green-panel li,
.green-panel span,
.green-panel a {
  margin-bottom: 0px;
  color: #000000 !important;
}

.green-panel .wp-block-columns {
  margin-bottom: 0px;
}

/*Misc*/
.clearfix {
  clear: both;
}

/*WFW Home*/
.wfw-intro {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wfw-intro img {
  margin: auto;
  max-width: 600px;
  height: auto;
  width: 100%;
  max-width: 200px;
  padding: 0px 10px;
}

.bg-secondary {
  background-color: #666 !important;
}

.bg-retailers {
  background-color: #888 !important;
}

.bg-instagram {
  background-color: #999 !important;
}

.bg-logo {
  background-color: #000 !important;
}

/*Retailer filters*/
.retailer-label input[type=checkbox] {
  -webkit-appearance: unset !important;
  float: unset !important;
  width: 200px !important;
  position: absolute;
  left: 0;
  height: 54px !important;
  z-index: -1;
  border-radius: 0px !important;
  border: 2px solid #ffffff !important;
}

.retailer-label input[type=checkbox]:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  transition: all .35s;
}

.retailer-label:hover {
  cursor: pointer;
}

.retailer-label input[type=checkbox]:hover:after,
.retailer-label input[type=checkbox]:checked:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: all .35s;
}

.retailer-label {
  width: 200px;
  text-align: center;
  position: relative;
  z-index: 9;
  height: 54px;
  margin: 15px;
}

.retailer-label span {
  font-size: 20px;
  font-weight: 600;
  height: 54px;
  color: #ffffff;
  z-index: 2;
  transition: all .35s;
}

.retailer-label input[type=checkbox]:checked~span,
.retailer-label input[type=checkbox]:hover~span {
  color: #000000;
}

.retailer-listing {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  transition: all .3s ease;
}

.retailer-listing:hover {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

.retailer-listing .card-body {
  padding: 50px;
}

.retailer-link {
  position: relative;
  width: max-content;
}

.retailer-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #ffffff;
  transition: all .3s ease;
}

.retailer-link:hover {
  color: #ffffff !important;
}

.retailer-link:hover:after {
  width: 100%;
}

.retailer img {
  transition: all .35s;
}

.retailer:hover img {
  opacity: 0.6;
}

.filter-loading {
  position: absolute;
  left: 49.5%;
  top: 30px;
}

.loading-wrapper {
  position: relative;
}

.dot-typing {
  transition: all .1;
}

.dot-typing {
  opacity: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 0px;
  background-color: #ffffff;
  color: #ffffff;
  box-shadow: 9984px 0 0 0 #ffffff, 9999px 0 0 0 #ffffff, 10014px 0 0 0 #ffffff;
  animation: dotTyping 1.5s infinite linear;
}

@keyframes dotTyping {
  0% {
    box-shadow: 9984px 0 0 0 #ffffff, 9999px 0 0 0 #ffffff, 10014px 0 0 0 #ffffff;
  }

  16.667% {
    box-shadow: 9984px -10px 0 0 #ffffff, 9999px 0 0 0 #ffffff, 10014px 0 0 0 #ffffff;
  }

  33.333% {
    box-shadow: 9984px 0 0 0 #ffffff, 9999px 0 0 0 #ffffff, 10014px 0 0 0 #ffffff;
  }

  50% {
    box-shadow: 9984px 0 0 0 #ffffff, 9999px -10px 0 0 #ffffff, 10014px 0 0 0 #ffffff;
  }

  66.667% {
    box-shadow: 9984px 0 0 0 #ffffff, 9999px 0 0 0 #ffffff, 10014px 0 0 0 #ffffff;
  }

  83.333% {
    box-shadow: 9984px 0 0 0 #ffffff, 9999px 0 0 0 #ffffff, 10014px -10px 0 0 #ffffff;
  }

  100% {
    box-shadow: 9984px 0 0 0 #ffffff, 9999px 0 0 0 #ffffff, 10014px 0 0 0 #ffffff;
  }
}

/************CAROUSEL FOR BLOG**************/
.blog-feed {
  padding-top: 50px;
  padding-bottom: 50px;
}

.splide {
  padding: 0px 4rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.splide .card-body {
  padding-bottom: 0px;
}

.splide img {
  height: 250px;
}

.splide__arrow--next {
  right: 20px !important;
}

.splide__arrow--prev {
  left: 20px !important;
}

.splide__arrow {
  background: transparent !important;
  opacity: 1 !important;
  width: auto !important;
}

.splide__arrow svg {
  fill: #ffffff !important;
  height: 1.5em !important;
  width: 1.5em !important;
}

/*Masterclasses feed*/
.masterclass:nth-of-type(odd) {
  background-color: #333333;
}

.masterclass:nth-of-type(even) {
  background-color: #333;
}

.masterclass {
  text-align: center;
}

.masterclass h3 a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}

/*Masterclass post*/
.masterclass-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.masterclass-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.youtube-embed {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;

}

.m-overlay,
.m-overlay-colour {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center;
}

.m-overlay-colour {
  background-color: #000000;
  opacity: 0.3;
  z-index: 3;
}

.m-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 80px;
  line-height: 1;
  transition: all .3s ease;
  z-index: 4;
}

.m-overlay i:hover {
  cursor: pointer;
  opacity: 0.7;
}

/*Hamburger*/
.navbar-toggler {
  padding: 0px;
  border: 0px !important;
}

/***********************/
.hamburger-icon {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  position: relative;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  width: 20px;
  height: 2px;
  background-color: #000000;
}

.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  display: block;
  transition: 0.2s;
}

.hamburger-inner:before {
  transform: translateY(-5px);
}

.hamburger-inner:after {
  transform: translateY(5px);
}

.navbar-toggler[aria-expanded='true'] .hamburger-inner {
  height: 0;
}

.navbar-toggler[aria-expanded='true'] .hamburger-inner:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded='true'] .hamburger-inner:after {
  transform: rotate(-45deg);
}

/*WFW 2022*/
.wfw22 {
  height: 100vh;
  width: 100vw;
}

.wfw22 img {
  max-width: 600px;
}

.wfw22 a {
  font-weight: 600;
  border-bottom: 1px solid;
}

.wfw22 a:hover {
  opacity: 0.7;
  color: #ffffff;
}

.wfw-show {
  aspect-ratio: 1/1;
  height: 200px !important;
}

.doggy-diva,
.wfw-show {
  transition: opacity .3s ease-in-out;
}

.doggy-diva:hover,
.wfw-show:hover {
  cursor: pointer;
  opacity: 0.75;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.lightbox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
}

.lightbox-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
}

.lightbox-image {
  width: 100%;
  max-width: 1000px;
  max-height: 80%;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.lightbox-close i {
  font-size: 24px;
  color: #000000;
}

.lightbox-close i:before {
  vertical-align: -0.16em;
}

.lightbox-close:hover,
.next-image:hover,
.prev-image:hover {
  cursor: pointer;
}

.next-image,
.prev-image {
  position: absolute;
  top: 50%;
  font-size: 32px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}

.next-image i:before,
.prev-image i:before {
  vertical-align: -0.16em;
}

.next-image {
  right: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev-image {
  left: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MEDIA QUERIES */
@media (max-width: 1200px) {
  .header-nav {
    min-height: unset !important;
  }

  .header-nav img {
    max-width: 170px;
  }

  .header-nav .navbar-nav {
    margin-top: 20px;
  }

  .header-nav .navbar-nav li {
    border-right: 0px !important;
    padding: 10px !important;
    border-bottom: 1px solid #ffffff;
    background-color: #333;
  }

  .header-nav .current-menu-item,
  .current-post-parent,
  .current-menu-parent {
    background-color: #ffffff !important;
  }

  .header-nav .navbar-nav .current-menu-item a,
  .header-nav .navbar-nav .current-post-parent a,
  .header-nav .navbar-nav .current-menu-parent a {
    color: #000000 !important;
    border-bottom: 0px !important;
  }

  .header-nav li a:hover:after {
    display: none !important;
  }

  .wfw-social {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto !important;
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  .footer-awards img {}
}

@media (max-width: 768px) {
  .splide img {
    height: 180px;
  }

  .splide__arrow--prev {
    left: 0px !important
  }

  .splide__arrow--next {
    right: 0px !important
  }

  .splide .card-body {
    padding: 20px 0px;
  }

  .footer-awards a {
    max-width: 48%;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 50px;
  }

  .blog-image {
    height: 300px !important;
  }

  .tc-page-content h1 {
    font-size: 28px;
  }


}

@media (max-width: 576px) {

  .retailer-label,
  .retailer-label span,
  form .retailer-label input[type=checkbox] {
    width: 100% !important;
    margin: 0px 0px 15px 0px !important;
  }

  .next-image,
  .prev-image {
    font-size: 24px;
  }

  .next-image {
    right: 15px;
  }

  .prev-image {
    left: 15px;
  }
}

.justify-content-xl-evenly
{
  justify-content: space-evenly !important;
}

.flex-align-center
{
  align-items: center;
}

.participation-container
{
  width: 100%;
  margin: 0 auto;
}

.participation-container input, .wpcf7-textarea
{
  background-color: #ccc;
  border: none;
}

@media (min-width: 800px) {
  .participation-container
  {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
}

.participation-column-1, .participation-column-2
{

}

.wpcf7 form.invalid .wpcf7-response-output
{
  border: 0;
  padding: 0;
  margin: 0;
  color: red;
}

.wpcf7 form.sent .wpcf7-response-output
{
  border: 0;
  padding: 0;
  margin: 0;
  color: green;
}

.wpcf7-response-output
{
  font-size: 120%;
  padding: 10px;
}

.full-width
{
  width: 100%;
}

.full-height
{
  height: 100%;
}

.wpcf7 input
{
  width: 100%;
}

.wpcf7-submit
{
  width: 250px !important;
}

.wpcf7 textarea.offer-description
{
  width: 100%;
  height: 200px;
}

.hidden
{
  display: none;
}