/* theme */

:root {
  --text: #272727;
  --orange: #FE5716;
}

*,
::after,
::before {
  box-sizing: border-box;
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins custom";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/Listandsell/fonts/poppins-v24-latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins custom";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/Listandsell/fonts/poppins-v21-latin-500.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins custom";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/Listandsell/fonts/poppins-v21-latin-600.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/Listandsell/fonts/plus-jakarta-sans-v12-latin-300.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/Listandsell/fonts/plus-jakarta-sans-v12-latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/Listandsell/fonts/plus-jakarta-sans-v12-latin-500.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/Listandsell/fonts/plus-jakarta-sans-v12-latin-600.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/Listandsell/fonts/plus-jakarta-sans-v12-latin-700.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/Listandsell/fonts/plus-jakarta-sans-v12-latin-800.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

span.kt-btn-inner-text {
  font-family: "Plus Jakarta Sans";
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Poppins custom";
  font-size: 16px;
  font-weight: 400;
}



.alignfull {
  max-width: 100vw;
}

.alignwide {
  max-width: 1350px;
  margin: auto;
}
.kb-row-layout-wrap.wp-block-kadence-rowlayout > .kt-row-column-wrap {
  padding-left: 0px;
  padding-right: 0px;
}
#content > .kb-row-layout-wrap {
  padding: 0px 15px;
}
div#header .header-desk > .kb-row-layout-wrap {
  padding: 0px 15px;
}
.kt-inside-inner-col h2:not(:first-of-type) {
  padding-top: 20px;
}

span.inner-h {
  display: inline-block;
}
p {
  font-size: 18px;
  line-height: 28px;
  color: var(--text);
  margin: 15px 0px;
  font-family: 'Poppins custom', sans-serif;
}

.kt-svg-icon-list-item-wrap {
  font-size: 1.15rem;
  line-height: 1.85rem;
}

h1,
h2,
h3,
h4 {
  font-family: 'Plus Jakarta Sans' sans-serif;
  margin-bottom: 0px;
  margin-top: 0px;
  color: var(--text);
  font-weight: 400;
}

h1 {
  font-size: 52px;
  line-height: 62px;
}
h2 {
  font-size: 38px;
  line-height: 48px;
}
h3 {
  font-size: 28px;
  line-height: 38px;
}
h4 {
  font-size: 1.6rem;
  line-height: 2rem;
}
h5 {
  font-size: 1.3rem;
  line-height: 1.7rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: var(--text);
  font-family: "Plus Jakarta Sans";
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}


a {
  color: var(--orange);
  font-weight: 400;
  text-decoration: none;
}
u {
  text-decoration: none !important;
}
strong {
  font-weight: 600;
}
button {
  font-family: "Plus Jakarta Sans" !important;
}
.mobile-hide {
  display: block;
}
.bg-none-l .kt-inside-inner-col {
  background-color: transparent !important;
}
.desk-hide {
  display: none;
}
#content > .kb-row-layout-wrap.n-pad {
  padding: unset;
}

@media only screen and (max-width: 1400px) {
  h1 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  h2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  p {
    margin: 10px 0px;
  }
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  h2 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
  p {
    margin: 10px 0px;
  }
}

@media only screen and (max-width: 766px) {
  h1 {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
  h4,
  h5 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .kt-svg-icon-list-item-wrap {
    font-size: 1rem;
    line-height: 1.6rem !important;
  }
  .mobile-hide {
    display: none;
  }
  .desk-hide {
    display: block;
  }
}

/* theme end */
