/*
 Theme Name:   Targi Bielskie
 Description:  Szablon dla Targi Bielskie by Geogis
 Author:       Geogis & Black Dog
 Template:     understrap
 Version:      1.0.0
*/
:root {
  --primary: #ff6600;
  --even: #e35b01;
  --hover: #de4b14;
  --secondary: #818181;
  --breadcrumbs: #edeff0;
  --card_bg: #f6f4f5;
  --newsletter: #f4f4f4;
  --footer: #efefef;
  --semifooter: #f7f7f7;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Lato", sans-serif;
}
body.no-scroll {
  overflow: hidden;
}
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
h2 {
  font-weight: 700 !important;
}
h2.h3 {
  font-weight: 400 !important;
}
.navbar {
  padding: 1rem 1rem;
}
.navbar-nav li a {
  font-size: 1.15rem;
}
.unstuck.navbar {
  padding: 0.5rem 1rem;
}
#wrapper-navbar + .wrapper {
  flex: 1;
}
.wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-newsletter {
  background-color: var(--newsletter);
}
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
a {
  color: var(--primary);
}
.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: 700;
  transition: all 300ms ease-in-out;
  text-transform: lowercase;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary);
}
.unstuck .navbar-nav .nav-link {
  font-size: 1rem;
  padding: 0.5rem;
}
.unstuck .menu__contact .nav-link {
  font-size: 0.7rem;
  padding: 0 0.5rem;
}
.btn {
  border-radius: 0;
}
.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: white !important;
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn-primary * {
  color: #ffffff !important;
}
.btn-primary:hover {
  background-color: var(--hover) !important;
  border-color: var(--hover) !important;
}
.btn-outline-primary {
  background-color: transparent;
  border-color: var(--primary) !important;
  color: var(--primary) !important;
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn-outline-primary:hover {
  background-color: var(--primary) !important;
  color: #fff !important;
}
.btn-link {
  text-transform: uppercase;
  color: #000;
}
.btn-link:hover {
  text-decoration: none;
  color: var(--primary) !important;
}
.btn-link .fa {
  color: var(--primary);
}
.fbc,
.bg-breadcrumbs {
  background-color: var(--breadcrumbs);
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 0;
}
.site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-info p {
  margin-bottom: 0;
}
#wrapper-footer {
  padding-top: 1.5rem;
}
#semifooter {
  background-color: var(--semifooter);
}
#semifooter a {
  color: #212529;
}
#semifooter a:hover {
  color: var(--primary);
  text-decoration: none;
}
#bottomfooter {
  background-color: var(--footer);
  color: #666;
}
#footerlogo {
  width: 150px;
}
#semifooter .btn-link {
  font-size: 1.1rem;
}
#wrapper-footer .site-info a {
  color: #666;
}
.homepage-top--margin {
  margin-top: -13rem;
}
.home-custom-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.border--curved {
  border-bottom-right-radius: 5rem;
}
.card--hover {
  background: white;
  transition: all 250ms ease-in-out;
  overflow: hidden;
}
.card--hover:hover {
  background: var(--primary);
  color: white;
}
.card__closest {
  border: 0;
  border-radius: 0;
  background-color: var(--card_bg);
}
.card__closest .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 13rem;
}
.card__news .image__wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 150px;
}
.card__news .card-body {
  padding-top: 1rem;
}
.card__news .card-body p {
  line-height: 1.2;
}
.card__closest .card-body .card-title.h6 {
  font-size: 1.2rem;
  line-height: 1.1;
}
.card__closest .card-body .card-subtitle {
  line-height: 1.1;
  margin-top: 0.25rem;
}
.card__news:hover .card-title {
  text-decoration: underline;
}
.homepage__background {
  position: relative;
  background: url('/wp-content/themes/understrap-child/img/homepage-bg.jpg') no-repeat center;
  background-size: cover;
  padding-top: 120px !important;
  filter: brightness(0.6);
}
.bg-navbar {
  background-color: #fff;
}
.menu__contact {
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
}
.menu__contact .nav-link {
  font-size: 1rem;
  font-weight: 400 !important;
}
.menu__contact a i {
  color: var(--primary);
  padding-right: 2px;
}
.stuck {
  transition: all 250ms ease-in-out;
}
.unstuck {
  background-color: white;
  /* box-shadow: 1px 1px 10px 0 #747474; */
}
.blur {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  /* filter: blur(3px); */
  /* background-color: rgba(255,255,255,.2); */
}
#main-nav {
  justify-content: space-between;
  z-index: 1030;
}
.newsletter__wrap .wpcf7-list-item-label {
  color: black;
}
.newsletter__wrap .wpcf7-response-output {
  color: black;
}
.newsletter__wrap .card-body {
  padding: 1rem;
}
.newsletter__wrap .wpcf7-spinner {
  margin: 6px 0 0 0.5rem;
  position: absolute;
  background-color: var(--primary);
}
.newsletter__wrap .input__right .form-group {
  padding-left: 0;
}
.newsletter__wrap .input__right .form-group .wpcf7-list-item {
  margin: 0;
}
.newsletter__wrap .input__right .form-group .wpcf7-list-item label {
  margin-bottom: 0;
}
.newsletter__wrap .newsletter__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar .newsletter__wrap {
  margin-top: 0 !important;
}
.sidebar .newsletter__wrap .wpcf7 form .wpcf7-response-output {
  margin: 0.5rem 0;
}
.sidebar .newsletter__wrap .wpcf7-spinner {
  top: 2px;
  left: 14px;
  background-color: var(--secondary);
}
.sidebar .newsletter__wrap .newsletter__right {
  margin-top: 1rem !important;
}
.sidebar .newsletter__wrap .newsletter__right h5 {
  font-size: 1.1rem;
  font-weight: 700;
}
.sidebar .newsletter__wrap .newsletter__right p {
  line-height: 1;
}
.sidebar .newsletter__left,
.sidebar .newsletter__right {
  flex: 0 0 100%;
  max-width: 100%;
}
.sidebar .newsletter__input {
  flex-direction: column;
}
.sidebar .newsletter__input .input__left,
.sidebar .newsletter__input .input__right {
  flex: 0 0 100%;
  max-width: 100%;
}
.sidebar .input__right .form-check {
  padding-left: 0;
}
.sidebar .newsletter__wrap .wpcf7-response-output {
  line-height: 1.1;
  font-size: 0.8rem;
}
.stuck .custom-logo-link img {
  width: 240px;
  transition: all 250ms ease-in-out;
}
.sidebar .newsletter__wrap .newsletter__left {
  order: 1;
  margin-top: 1rem;
}
.sidebar .newsletter__wrap .newsletter__right {
  margin-top: 0 !important;
}
.unstuck .custom-logo-link img {
  width: 160px;
  transition: all 250ms ease-in-out;
}
.homepage__slider .slick-slide {
  margin: 0 0.4rem;
}
.homepage__slider .slick-slide .card-img-top {
  height: 170px;
  object-fit: cover;
}
.slick-dots li.slick-active button::before {
  color: var(--primary);
}
#sliderArrows {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 0;
}
#sliderArrows .slick-arrow {
  border: 0;
  background: var(--primary);
  border-radius: 50%;
  padding: 13px 20px;
  color: white;
  position: absolute;
}
#sliderArrows .prev-arrow {
  left: -25px;
}
#sliderArrows .next-arrow {
  right: -19px;
}
.our-partners__gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.our-partners__gallery img {
  margin: 0.5rem 1rem;
}
#sliderArrows .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
#chooseYear button,
#chooseYear a {
  background: var(--breadcrumbs);
  color: var(--secondary);
  border: 0;
  padding: 0.25rem 0.5rem;
  margin: 0 0.1rem;
}
#chooseYear button:first-child {
  margin-left: 0;
}
#chooseYear button:hover,
#chooseYear button.active,
#chooseYear a:hover,
#chooseYear a.active {
  background: var(--primary);
  color: white;
}
#chooseYear button.active:hover {
  cursor: default;
}
#chooseYear a.active:hover {
  cursor: default;
}
.fbc-page .fbc-wrap .fbc-items {
  font-family: "Lato", sans-serif;
}
.fbc-page .fbc-wrap .fbc-items li a {
  color: var(--primary) !important;
}
.single-fair {
  padding-bottom: 30px;
}
.single-fair .card {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  border-radius: 0;
}
.single-fair .card .card-body {
  padding: 0;
  background-size: cover;
  background-position: center;
}
.single-fair .card .card-footer,
.single-fair .card .card-header {
  background-color: rgba(237, 239, 240, 0.6);
  transition: all 250ms ease-in-out;
  padding: 1rem;
  border: 0;
}
.single-fair .card .card-footer {
  min-height: 115px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-left: 10px solid #e5e5e5;
}
.single-fair .card .card-footer .title {
  color: #333;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.single-fair .card .card-footer .title small {
  font-size: 0.8rem;
  color: #333;
  display: block;
  margin-top: 3px;
}
.single-fair .card .card-footer .time_place {
  color: #333;
}
.single-fair:hover .card .card-footer,
.single-fair:hover .card .card-header {
  background-color: #edeff0;
  color: black;
}
.single-fair.future-event .card .card-footer {
  border-left: 10px solid var(--primary);
}
.single-fair .title {
  font-weight: 700;
  margin-bottom: 0;
}
.single-fair .card .card-body .description {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 1rem;
}
.time_place {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#fairSubmenu,
.subnav {
  list-style-type: none;
  padding-left: 0;
}
#fairSubmenu li,
.subnav li {
  background-color: transparent;
  transition: all 250ms ease-in-out;
  border-left: 5px solid transparent;
  border-bottom: 1px solid #e3e3e3;
}
#fairSubmenu li:last-child,
.subnav li:last-child {
  border-bottom: 0px;
}
#fairSubmenu li a,
.subnav li a {
  color: black;
  transition: all 250ms ease-in-out;
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.98rem;
}
#fairSubmenu li a .fa,
.subnav li a .fa {
  padding-right: 0.5rem;
  width: 1.28571429em;
  text-align: center;
}
#fairSubmenu li:hover,
.subnav li:hover {
  background-color: #f4f4f4;
}
#fairSubmenu li:hover a,
.subnav li:hover a {
  text-decoration: none;
}
#fairSubmenu .active,
.subnav .active,
#fairSubmenu .current_page_item,
.subnav .current_page_item {
  background-color: transparent;
  border-left-color: var(--primary);
}
.hamburger {
  display: none;
  transition: all 250ms ease-in-out;
}
#navbarNavScroller {
  position: fixed;
  z-index: 1011;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #fff;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#navbarNavScroller.show {
  visibility: visible;
  z-index: 1011;
  transform: translateX(-100%);
}
.unstuck .hamburger {
  top: 10px;
}
#main-menu--mobile li {
  /* background-color: var(--breadcrumbs); */
  padding: 0.2rem 0;
}
#main-menu--mobile li a {
  color: var(--primary);
  padding-left: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.icon--facebook a,
.icon--mail a {
  padding-left: 30px !important;
  position: relative;
}
.icon--facebook a::before {
  font-family: "FontAwesome";
  content: '\f230';
  position: absolute;
  left: 10px;
}
.icon--mail a::before {
  font-family: "FontAwesome";
  content: '\f0e0';
  position: absolute;
  left: 10px;
}
.our-partners--partner {
  padding: 0.5rem 1rem;
}
.our-partners--partner p {
  margin-bottom: 0;
  text-align: center;
}
.single-post .entry-title,
.single-relacje_filmowe .entry-title {
  font-size: 1.5rem;
}
.single-post .entry-content {
  margin: 1rem 0;
}
.latest-news {
  transition: all 250ms ease-in-out;
  border: 0;
}
.latest-news .card-body {
  border: 1px solid var(--newsletter);
  transition: all 250ms ease-in-out;
}
.latest-news .card-body p {
  font-size: 0.9rem;
  line-height: 1.1;
}
.latest-news:hover .card-body {
  border: 1px solid var(--primary);
}
.latest-news .bg-newsletter {
  transition: all 250ms ease-in-out;
}
.latest-news:hover .bg-newsletter {
  background-color: var(--primary) !important;
  color: white;
}
.latest-news__date {
  padding: 0.5rem;
}
.latest-news__date p:first-child {
  line-height: 1;
  font-size: 0.8rem;
}
.latest-news__date p:last-child {
  line-height: 1;
  font-size: 1.1rem;
}
.targi .wpcf7 {
  max-width: 100%;
}
.targi .wpcf7 fieldset {
  background-color: var(--newsletter);
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.targi .wpcf7 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.form-seminar .input .form-group {
  margin-bottom: 0;
}
.form-seminar .checkbox .wpcf7-acceptance input[type="checkbox"] + span {
  font-size: 0.8rem;
  line-height: 1;
  display: inline-block;
}
.newsletter__wrap .wpcf7 input[type="submit"] {
  text-transform: uppercase;
  height: unset;
  padding: 0.85rem 0.75rem;
}
.newsletter__wrap .wpcf7 input[type="email"] {
  height: unset;
  padding: 1rem 0.75rem;
  border: 0;
}
.newsletter__wrap .wpcf7-acceptance span label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.newsletter__wrap .wpcf7-acceptance span label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.newsletter__wrap .wpcf7-acceptance span label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.newsletter__wrap .wpcf7-acceptance span label:hover input ~ .checkmark {
  background-color: #ccc;
}
.newsletter__wrap .wpcf7-acceptance span label input:checked ~ .checkmark {
  background-color: var(--primary);
}
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.newsletter__wrap .wpcf7-acceptance span label input:checked ~ .checkmark::after {
  display: block;
}
.newsletter__wrap .wpcf7-acceptance span label .checkmark::after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar .newsletter__wrap {
  padding: 0 !important;
}
.sidebar .newsletter__wrap .wpcf7 input[type="email"] {
  padding: 0.75rem 0.75rem;
}
.sidebar .newsletter__wrap .wpcf7 input[type="submit"] {
  padding: 0.5rem 0.75rem;
}
.sidebar .newsletter__wrap .wpcf7-acceptance span label {
  font-size: 0.85rem;
}
.sidebar .input__right {
  margin-top: 0.5rem;
}
.newsletter__wrap .wpcf7 input[type="email"]::placeholder {
  color: rgba(51, 51, 51, 0.54);
}
.targi .wpcf7 div[data-id^="group"] {
  margin: -1em 1em 1em 1em;
}
.type-page .image_wrap,
.type-post .image_wrap,
.type-relacje_filmowe .image_wrap {
  height: 200px;
  background-position: center;
  background-size: cover;
  margin-bottom: 0.5rem;
}
.type-targi .entry-title {
  font-size: 2rem;
}
.single-targi .entry-content .belt {
  color: black;
  background-color: var(--breadcrumbs);
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
.single-targi .entry-content .btn-group a:nth-of-type(even) {
  background-color: var(--even) !important;
  border-color: var(--even) !important;
}
.single-targi .entry-content .btn-group a:nth-of-type(even):hover {
  background-color: var(--hover) !important;
  border-color: var(--hover) !important;
}
#menu-mobilne .submenu {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem;
  background: #f4f4f4;
}
.above-title {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.above-title h2 small {
  display: block;
}
.above-title__bg {
  position: absolute;
  left: -5px;
  top: -5px;
  height: 120%;
  width: 120%;
  background-image: url('/wp-content/themes/understrap-child/img/homepage-bg.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(2px) brightness(0.4);
}
@media (max-width: 767px) {
  .above-title__bg {
    height: 110%;
    top: -5px;
  }
}
.above-title h2 {
  padding: 3rem 0;
  color: white;
  text-shadow: 1px 1px 0px #000;
}
.woocommerce div.product {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.woocommerce div.product div.images,
.woocommerce div.product div.woocommerce-product-gallery {
  float: none;
  width: auto;
  flex: 0 0 30%;
  max-width: 30%;
  margin-right: 5%;
}
.woocommerce div.product div.summary {
  float: none;
  width: auto;
  flex: 1 1 65%;
  max-width: 65%;
}
.woocommerce div.product .product_title {
  font-size: 2rem;
}
.woocommerce div.product div.summary .price,
.woocommerce div.product div.summary form.cart {
  margin-bottom: 0;
}
.woocommerce div.product div.summary .cart {
  margin-bottom: 0;
}
.woocommerce div.product div.summary .price {
  color: var(--primary);
}
.woocommerce .product-price-cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  background-color: #f8f8f8;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.woocommerce ul.products li.product,
.woocommerce .woocommerce-page ul.products li.product {
  float: none;
  width: 100%;
  margin: 0 0 1.5rem;
}
.woocommerce ul.products li.product {
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 10px;
}
.woocommerce ul.products li.product:hover a {
  /*color: var(--primary);*/
}
.woocommerce ul.products li.product a {
  color: #333333;
}
.woocommerce ul.products li.product a:hover {
  color: var(--primary);
}
.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}
.woocommerce ul.products li.product .price {
  color: var(--primary);
  font-weight: 700;
  font-size: 125%;
}
.woocommerce .product-list-row {
  align-items: center;
}
.woocommerce .product-list-price {
  white-space: nowrap;
}
.woocommerce .product-list-price--mobile {
  margin-top: 0.25rem;
}
.woocommerce .product-list-cart {
  margin-top: 0.5rem;
}
.woocommerce .product-category-description {
  font-size: 0.9rem;
  color: #666;
}
.woocommerce .product-category-under-title {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.25rem;
}
.woocommerce .product-list-cart .cart {
  justify-content: flex-end;
}
.related.products {
  width: 100%;
}
.related.products h2 {
  font-size: 1.3rem;
  font-weight: 500 !important;
}
@media (max-width: 767px) {
  .woocommerce div.product {
    flex-direction: column;
  }
  .woocommerce div.product div.images,
  .woocommerce div.product div.woocommerce-product-gallery,
  .woocommerce div.product div.summary {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
/*

.wc-block-components-quantity-selector {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: flex;
  width: 107px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  appearance: textfield;
  background: #fff3cd;
  border: 0;
  box-shadow: none;
  flex: 1 1 auto;
  line-height: 1;
  min-width: 40px;
  order: 2;
  padding: .4em 0;
  text-align: center;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  background: none transparent;
  border: 0;
  cursor: pointer;
  font-size: .9em;
  min-width: 30px;
  opacity: .6;
  padding: 0;
  text-align: center;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  opacity: 1;
}
.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
  border-radius: 4px 0 0 4px;
  order: 1;
}
.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
  border-radius: 0 4px 4px 0;
  order: 3;
  width: 70px;
  text-align: center;
  background-color: #fff3cd;
}
.qty-control .qty-btn {
  min-width: 36px;
  height: 38px;
}

*/
/*** BREAKPOINTS ****/
/*** BREAKPOINTS ****/
/*** BREAKPOINTS ****/
/*** BREAKPOINTS ****/
@media (max-width: 1199px) {
  .navbar-nav li a {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .menu__contact {
    display: none;
  }
  #main-menu .mobile {
    align-self: end;
  }
  .hamburger {
    display: inline-block;
  }
  .newsletter__wrap .wpcf7-spinner {
    margin: 0;
    top: 43px;
    right: 15px;
  }
  .sidebar {
    order: 1;
    margin-top: 4rem;
  }
  .fbc-page .fbc-wrap .fbc-items li {
    padding: 7px 2px;
    display: inline;
    word-break: break-word;
  }
  #content {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #wrapper-footer {
    padding-top: 0;
  }
  .site-info {
    flex-direction: column;
  }
  .fbc-page .fbc-wrap .fbc-items {
    padding: 10px;
  }
  .above-title h2 {
    padding: 2rem 0;
  }
}
@media (max-width: 320px) {
  .stuck .custom-logo-link img {
    width: 160px;
  }
  .unstuck .custom-logo-link img {
    width: 140px;
  }
}
/* container width */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
div.logos-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
div.logos-grid > div {
  width: 25%;
  text-align: center;
  padding-bottom: 30px;
}
div.logos-grid > div img {
  max-width: 75%;
}
@media (max-width: 767px) {
  div.logos-grid > div {
    width: 50%;
  }
}
div.logos-description-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
div.logos-description-grid > div {
  width: 45%;
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  div.logos-description-grid > div {
    width: 100%;
  }
}
div.logos-description-grid > div span:first-of-type {
  width: 30%;
  margin-right: 10%;
  text-align: center;
}
div.logos-description-grid > div span:nth-of-type(2) {
  width: 60%;
  text-align: left;
}
.slick-dots li button:before {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .navbar-brand {
    width: 60%;
    margin: 0;
  }
}
legend {
  margin-bottom: 1rem;
  font-size: 1rem;
  background: #e7e7e7;
  padding: 5px 10px;
  border-radius: 5px 5px 5px 5px;
}
.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button {
  border-radius: 0;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: white !important;
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.wc-block-components-checkout-place-order-button *,
.wc-block-cart__submit-button * {
  color: #ffffff !important;
}
.wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit-button:hover {
  text-decoration: none;
}
.wc-block-components-checkout-place-order-button *,
.wc-block-cart__submit-button * {
  font-size: 1rem;
}
.wc-block-components-checkout-place-order-button *:hover,
.wc-block-cart__submit-button *:hover {
  text-decoration: none;
}
