/**
 * Typography CSS - GroupeLDLC Theme
 * Headings, links, paragraphs, lists, blockquotes, tables, code
 */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #1d1d1d;
}

h1 {
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 50px;
}

h2 {
  font-size: 36px;
  line-height: 64px;
  margin-bottom: 25px;
}

h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

h4 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
}

h5 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
}

h6 {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 15px;
}

/* Links */
a {
  color: #b99d61;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a:focus {
  outline: none !important;
}

a:before {
  font-weight: 400;
}

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

/* Paragraphs & Text */
p {
  margin-bottom: 24px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 0.7em;
}

/* Lists */
ol {
  list-style: decimal inside;
}

ul {
  list-style: disc inside;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-left: 20px;
}

/* Dropcap */
.dropcap {
  background: #000;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 30px;
  font-weight: 700;
  height: 56px;
  line-height: 30px;
  margin: 8px 15px 8px 0;
  padding-top: 12px;
  text-align: center;
  width: 56px;
}

/* Code & Pre */
pre,
code,
tt {
  background: #fff;
  border: 1px solid #e9e9e9;
  font-family: Consolas, Courier, Monaco, monospace;
  font-size: 12px;
  line-height: 19px;
  margin: 18px 0;
  padding: 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Tables */
table {
  width: 100%;
  border: 1px solid #e9e9e9;
  text-align: left;
}

table thead h4 {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

table tr {
  border-top: 1px solid #e9e9e9;
}

table thead tr {
  border-top: none;
}

table th,
table td {
  min-height: 41px;
  padding: 10px 14px 8px;
  border-right: 1px solid #e9e9e9;
}

/* Subscript & Superscript */
sub,
sup {
  font-size: 0.7em;
  line-height: 0.7em;
}

sub {
  vertical-align: bottom;
}

sup {
  vertical-align: top;
}

del {
  color: #959595;
}

var {
  font-family: Consolas, Courier, Monaco, monospace;
}

/* Blockquotes */
blockquote {
  margin: 40px 0;
}

blockquote > p {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

blockquote .cite,
blockquote cite {
  color: #a7a7a7;
  display: block;
  font-size: 12px;
  margin: 35px 0 15px;
  font-weight: 500;
  font-style: normal;
}

blockquote .cite:before,
blockquote cite:before {
  content: "-";
  margin-right: 10px;
  font-weight: 500;
  font-style: normal;
}

blockquote.alternate > p {
  font-weight: 300;
  font-style: italic;
}
