/* theme */

:root{
  --bg:#000000;
  --text:#FFFFFF;
  --dark-orange:#FDDE59;
  --light-orange:#FE6D00;
  --primary-orange : #FF5000;

}

*, ::after, ::before {
  box-sizing: border-box;
}
/* montserrat-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: 'Montserrat custom';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/Listandsell/fonts/montserrat-v26-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Montserrat-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: 'Montserrat custom';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/Listandsell/fonts/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Montserrat 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: 'Montserrat custom';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/Listandsell/fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Montserrat 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: 'Montserrat custom';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/Listandsell/fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-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: 'inter custom';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/Listandsell/fonts/inter-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: 'inter custom';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/Listandsell/fonts/inter-v13-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


span.kt-btn-inner-text{
  font-family: 'Montserrat custom';
  font-weight: 800;
}
html,body {
  margin:0;
  padding:0;
  overflow-x: hidden;
  font-family:'inter custom';
  font-size:16px;
  font-weight:400;
}
body{
  background: #000;
}
.font-400{
  font-weight: 400;
}

.font-500{
  font-weight: 500;
}
.font-600{
  font-weight: 600;
}
.font-700{
  font-weight: 700;
}
.font-800{
  font-weight: 800;
}

.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: 17px;
  line-height: 27px;
  color: var(--text);
  margin: 15px 0px;
}

.kt-svg-icon-list-item-wrap {
  font-size: 1.15rem;
  line-height: 1.85rem ;
}

h1,h2{
  font-family: 'Montserrat custom';
  margin-bottom: 0px;
  margin-top: 0px;
  color: var(--text);
  font-weight: 800;
}

h3{
    font-family: 'Montserrat custom';
    margin-bottom: 0px;
    margin-top: 0px;
    color: var(--text);
    font-weight: 600;
}

h4,h5{
  font-family: 'Montserrat custom';
  margin-bottom: 0px;
  margin-top: 0px;
  color: var(--text);
  font-weight: 700;
}

h1 {
  font-size: 3.5rem;
  line-height: 4.1rem;
}
h2 {
  font-size: 2.9rem;
  line-height: 3.5rem;
}
h3 {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
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: 'Montserrat custom';
  font-weight: 500;
}


a {
  color: var(--text);
  font-weight:400;
  text-decoration: none;
}
u{
  text-decoration: none !important;
}
strong{
  font-weight: 500;
}
button {
  font-family: 'Montserrat custom' !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: 3rem;
      line-height: 3.6rem;
    }
    h2 {
      font-size: 2.5rem;
      line-height: 3.1rem;
    }
    h3 {
      font-size: 1.7rem;
      line-height: 2.1rem;
    }
    p{
      margin:10px 0px;
    }
  }


@media only screen and (max-width:1024px){
  h1 {
    font-size: 2.9rem;
    line-height: 3.5rem;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  h3 {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }
  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: 1.9rem;
  }
  h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  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 */