/*
Theme Name: ducktails
Author: Ugly Duck Marketing
Author URI: https://uglyduckmarketing.com/
Version: 1.9.0
*/

html,
body {
  font-family: "Wix Madefor Display", sans-serif;
}

button {
  outline: none !important;
  transition: all 0.3s ease;
}
header svg,
header path {
  transition: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.container {
  width: 1280px;
  max-width: 100%;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  margin: 0 auto;
  position: relative;
}

.text-primary {
  color: var(--primary);
}
.text-secondary {
  color: var(--secondary);
}
.bg-primary {
  background-color: var(--primary);
}
a.bg-primary:hover {
  filter: brightness(115%);
}
.text-heading {
  font-family: "Inter", sans-serif;
}

.page-numbers {
  padding: 11px;
  border: 1px solid #dbdcde;
  display: inline-block;
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 700;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #f9f9f9;
  margin-left: -5px;
}
.page-numbers.current,
.page-numbers:hover {
  background: var(--primary);
  color: white;
}
.page-numbers.current:hover {
  filter: grayscale(1) brightness(175%);
  cursor: not-allowed;
}
.page-numbers.next,
.page-numbers.prev {
  display: none;
}

footer ul li a {
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: white;
  opacity: 0.75;
  display: block;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  font-weight: 600;
}
footer ul li a:hover {
  opacity: 1;
}

.map-marker path {
  fill: var(--primary);
}

.contact-icons ion-icon {
  font-size: 26px;
}

.nf-before-form-content,
.nf-form-title {
  display: none;
}
.nf-form-content {
  padding: 0 !important;
  max-width: 100% !important;
  margin: 0 auto;
}
.nf-form-content li::before {
  display: none !important;
}
.nf-breadcrumbs li a,
.nf-form-content
  .nf-field-container
  #nf-field-67-wrap
  .nf-field-element
  .ninja-forms-field,
.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
  font-size: 16px !important;
  height: auto;
  border-radius: 5px;
  padding: 16px 32px;
}
.nf-form-content label {
  font-size: 15px !important;
}

.nf-breadcrumbs li a {
  font-weight: 700 !important;
  background: transparent !important;
  color: #212121 !important;
  border-radius: 0;
}
.nf-breadcrumbs li:last-child a {
  margin-right: 0;
  background: transparent !important;
  color: #cecece;
  font-weight: 700 !important;
  border-radius: 0;
  transition: all 0.3s ease;
}
.nf-breadcrumbs li.active a {
  color: #212121 !important;
  cursor: pointer;
  font-weight: 700 !important;
  background: transparent !important;
  border-bottom: 3px solid;
  border-radius: 0;
  margin: 0;
  transition: all 0.3s ease;
}
.nf-breadcrumbs li.active a:hover,
.nf-breadcrumbs li.last-child a:hover {
  background: #f9f9f9 !important;
}

.default-content p {
  font-size: 1.25rem;
  line-height: 1.525;
  color: rgba(107, 114, 128, 1);
}
.default-content h1 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1;
  margin: 2rem 0;
}
.default-content h2 {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin: 2rem 0;
}
.default-content h3 {
  font-weight: 800;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin: 2rem 0;
}

.editor-content p,
.product p,
.wp-block-group__inner-container p,
.wp-block-columns p {
  color: rgba(107, 114, 128, 1);
  font-size: 1.15rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
.editor-content p a,
.product p a,
.wp-block-group__inner-container p a,
.wp-block-columns p a {
  color: var(--primary);
}
.editor-content p,
.product p {
  max-width: 95%;
}
.editor-content strong,
.product strong,
.wp-block-group__inner-container strong,
.wp-block-columns strong {
  color: #000000;
}
.single .editor-content p {
  margin-bottom: 2.25rem;
}

.editor-content h1,
.product h1,
.wp-block-group__inner-container h1,
.wp-block-columns h1 {
  font-size: 3rem;
  line-height: 1;
}
.editor-content h2,
.product h2,
.wp-block-group__inner-container h2,
.wp-block-columns h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.editor-content h3,
.product h3,
.wp-block-group__inner-container h3,
.wp-block-columns h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.editor-content h4,
.product h4,
.wp-block-group__inner-container h4,
.wp-block-columns h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.editor-content h5,
.product h5,
.wp-block-group__inner-container h5,
.wp-block-columns h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6,
.editor-content hr,
.wp-block-group__inner-container h1,
.wp-block-group__inner-container h2,
.wp-block-group__inner-container h3,
.wp-block-group__inner-container h4,
.wp-block-group__inner-container h5,
.wp-block-group__inner-container h6,
.wp-block-group__inner-container hr,
.wp-block-columns h1,
.wp-block-columns h2,
.wp-block-columns h3,
.wp-block-columns h4,
.wp-block-columns h5,
.wp-block-columns hr {
  margin-bottom: 1.5rem;
  color: rgba(17, 24, 39, 1);
}
.single .editor-content h1,
.single .editor-content h2,
.single .editor-content h3,
.single .editor-content h4,
.single .editor-content h5,
.single .editor-content h6,
.single .editor-content hr,
.wp-block-columns h1,
.wp-block-columns h2,
.wp-block-columns h3,
.wp-block-columns h4,
.wp-block-columns h5,
.wp-block-columns hr {
  margin-bottom: 2.25rem;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content hr,
.wp-block-group__inner-container h1,
.wp-block-group__inner-container h2,
.wp-block-group__inner-container h3,
.wp-block-columns h1,
.wp-block-columns h2,
.wp-block-columns h3 {
  letter-spacing: -0.025em;
  line-height: 1.4;
}
.editor-content img,
.wp-block-columns img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.editor-content ul,
.editor-content ol,
.editor-content dl,
.wp-block-group__inner-container ul,
.wp-block-group__inner-container ol,
.wp-block-group__inner-container dl,
.wp-block-columns ul,
.wp-block-columns ol,
.wp-block-columns dl {
  margin-bottom: 2.25rem;
}
.editor-content ul > li,
.wp-block-group__inner-container ul > li,
.wp-block-columns ul > li {
  padding-left: 1.6666667em;
  position: relative;
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
  font-weight: 500;
}
.editor-content ul > li::before,
.wp-block-group__inner-container ul > li::before,
.wp-block-columns ul > li::before {
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8888889em - 0.1666667em);
  left: 0.2222222em;
}
.editor-content ul > li::before,
.wp-block-group__inner-container ul > li::before,
.wp-block-columns ul > li::before {
  content: "";
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}
.editor-content ol > li,
.wp-block-group__inner-container ol > li,
.wp-block-columns ol > li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 1.6666667em;
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
  font-weight: 500;
}
.editor-content ol > li::before,
.wp-block-group__inner-container ol > li::before,
.wp-block-columns ol > li::before {
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  left: 0;
}
.editor-content li,
.editor-content dd,
.wp-block-group__inner-container li,
.wp-block-group__inner-container dd,
.wp-block-columns li,
.wp-block-columns dd {
  font-size: 1.15rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
.editor-content blockquote,
.wp-block-group__inner-container blockquote,
.wp-block-columns blockquote {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 2em;
  max-width: 95%;
}
.editor-content blockquote,
.wp-block-columns blockquote,
.wp-block-columns blockquote {
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: "\201C""\201D""\2018""\2019";
}

.wp-block-group__inner-container,
.wp-block-columns {
  width: 1280px;
  max-width: 100% !important;
  padding: 2.5rem 1rem;
  margin: 0 auto;
}
.wp-block-group.alignfull {
  padding: 1rem 0;
}
.wp-block-image figcaption,
.wp-block-columns figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 14px;
  color: #5a5a5a;
}

.wp-image-467::after {
  content: "";
  width: 300px;
  height: 300px;
  background: red;
}

.woocommerce img,
.woocommerce-page header img {
  height: 2rem;
}
.woocommerce img,
.woocommerce-page footer img {
  height: 2.5rem;
}
.woocommerce main,
.woocommerce .woocommerce-cart-form,
.woocommerce .checkout {
  width: 1280px;
  max-width: 100%;
  padding: 1rem;
  margin: 2.5rem auto;
}
.woocommerce ul.products li.product .onsale {
  width: 55px;
  height: 55px;
  padding-top: 5px;
}
.woocommerce #sidebar {
  display: none;
}
.woocommerce ul.products li.product .button {
  display: block;
  text-align: center;
  padding: 14px;
  color: #212121;
  background: white;
  border: 3px solid;
  margin-top: 1.5rem;
  border-radius: 0;
}
.woocommerce .product_meta {
  display: none;
}
.woocommerce-Price-amount {
  font-weight: 600;
  color: #707784;
  margin-top: 14px;
}
.summary .woocommerce-Price-amount {
  display: block;
}
.quantity .qty {
  border-radius: 0;
  border: 2px solid;
  padding: 9px 4px;
  display: inline-block;
  width: 65px;
  border-radius: 0;
}
.woocommerce-product-details__short-description {
  margin-bottom: 32px;
  display: block;
}
.woocommerce div.product form.cart .button {
  border-radius: 0;
  margin-left: -6px;
  padding: 15px 25px;
  background: var(--primary);
}
.woocommerce input[type="number"]::-webkit-inner-spin-button,
.woocommerce input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
.editor-content h2,
.product h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin: 2.5rem 0;
}
.wc-tabs {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 2rem 0;
}

/* Buttons
______________________________ */

.button {
  background: var(--primary);
  border: 2px solid var(--primary);
  color: white;
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-align: center;
}
.button svg {
  margin-left: 12px;
  transition: all 0.3s ease;
}
.button:hover svg {
  margin-left: 22px;
}
.outline-button {
  background: transparent;
  border: 2px solid;
  color: white;
}
.outline-button:hover {
  background: white;
  color: #212121;
}

.slider__01 .button {
  margin-top: 4rem;
}

/* .nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
	height: auto !important;
} */

.project-slider {
  z-index: 99999;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .button {
    display: block;
    text-align: center;
  }
}

.cta-three .nf-field-label {
  display: none;
}
.cta-three .submit-wrap input[type="button"] {
  background: #333;
  border: 0;
  color: #f7f7f7;
  transition: all 0.5s;
  line-height: 1;
  font-weight: 600;
}
.cta-three .submit-wrap {
  padding-top: 12px;
  text-align: right;
}
@media (max-width: 1080px) {
  .cta-three .submit-wrap input[type="button"] {
    display: block;
    width: 100%;
  }
}

.checkmarks li {
  position: relative;
  padding-left: 40px;
}
.checkmarks li::before {
  position: absolute;
  background-color: transparent;
  border-radius: 0;
  width: 0.375em;
  height: 0.375em;
  top: 0;
  left: 0em;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: var(--primary);
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
