/*
Theme Name:		Chainpress Child
Theme URI:		http://chainpress.ancorathemes.com/
Description:	Make your modifications to Cryptopress in this child theme.
Author:			BeliAset
Version:		1.0.1
Template:		chainpress
*/

/* Table of content */

/* 1.0 Headings Typography */
/* 1.1 Headings Typography --lg */
/* 1.2 Headings Typography --md */
/* 1.3 Headings Typography --sm */
/* 2.0 Content Width Adjustments */

/* 1.3 Headings Typography --sm */
@media (max-width: 767px) {
  h1 {
    font-size: 20px !important;
  }
  h2 {
    font-size: 16px !important;
  }
  h3 {
    font-size: 14px !important;
  }
}

h1 {
  font-size: 32px;
  line-height: 1.25;
}

h2 {
  font-size: 24px;
  line-height: 1.3;
}

h3 {
  font-size: 18px;
  line-height: 1.35;
}

.scheme_default table b {
  color: white;
}

/* 2.0 Content Width Adjustments */

.glossary .sidebar {
  display: none;
}

.glossary .content {
  width: 100% !important;
}
