/* theme */

:root{
  --bg:#DEF2FF;
  --text: #000000;
  --blue:#1D7FC3;      
}

*, ::after, ::before {
  box-sizing: border-box;
}
/* redressed-regular - latin */
/* alexandria-regular - latin */
@font-face {
  font-family: 'bree custom';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/Listandsell/fonts/Bree-W02-Bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* @font-face {
  font-family: 'opensans custom';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/Listandsell/fonts/plus-jakarta-sans-v11-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
/* }  */
@font-face {
  font-family: 'opensans custom';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/Listandsell/fonts/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: 'opensans custom';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/Listandsell/fonts/open-sans-v43-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: 'opensans custom';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/Listandsell/fonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



span.kt-btn-inner-text{
  font-family: 'bree custom';
}
html,body {
  margin:0;
  padding:0;
  overflow-x: hidden;
  font-family:'opensans custom';
  font-size:18px;
  font-weight:400;
}
body{
  /* background: #000; */
}
.font-400{
  font-weight: 400;
}
.font-400{
  font-weight: 600;
}
.alignfull {
  max-width: 100vw;
  
}

.alignwide {
  max-width: 1400px;
  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: 1.4;
  color: var(--text);
  margin: 15px 0px;
}

.kt-svg-icon-list-item-wrap {
    font-size: 17px;
    line-height: 1.4;
}

h1,h2,h3,h4,h5{
  font-family: 'bree custom';
  margin-bottom: 0px;
  margin-top: 0px;
  color: var(--text);
  font-weight: 400;
}

h1 {
  font-size: 3.2rem;
  line-height: 3.7rem;
}
h2 {
  font-size: 3rem;
  line-height: 3.6rem;
}
h3 {
  font-size: 33px;
  line-height: 2.3rem;
}
h4 {
  font-size: 25px;
  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: 'bree custom';
}


a {
  color: var(--blue);
  font-weight:400;
  text-decoration: none;
}
u{
  text-decoration: none !important;
}
strong{
  font-weight: 600;
}
button {
  font-family: 'bree 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;
  }

.read-more-sec .kb-show-more-buttons button {
    background: unset;
    color: var(--green);
    font-size: 18px !important;
    padding: 0px;
}

.read-more-sec .kb-show-more-buttons button:hover {
    background: unset;
    color: var(--blue);
}
  @media only screen and (max-width:1400px){
    html, body {
    font-size: 18px;
}
    p{
      margin:10px 0px;
    }
  }


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


@media only screen and (max-width:766px){
   html, body {
    font-size: 14px;
}
.mobile-hide{
  display:none;
}
.desk-hide{
  display: block;
  }
}


.open-sans{
  font-family: "opensans custom" !important;
}
.bree{
  font-family:"bree custom" !important;
}

/* theme end */