/*
Theme Name: 	LDB Theme
Description: 	LDB
Version: 		4.0
Tags: 			LDB
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/*
===========================
GENERAL STYLES
===========================
*/


/* standard layout*/


body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
font-size:16px;
  color: rgba(26,26,26,.7);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


*, html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

strong, b {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}



img {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
    background: rgb(213, 213, 213) !important;
    display: block;
    height: 1px !important;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 30px 0 !important;
}

hr.wp-block-separator {
    background: rgb(213, 213, 213) !important;
    display: block;
    height: 1px !important;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 30px 0 !important;
}


