/*
 Theme Name:   Synapses20
 Theme URI:    https://www.synapses.co.za
 Description:  Twenty Twenty Child Theme
 Author:       Jacques Rousseau
 Author URI:   https://www.synapses.co.za
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Twenty Twenty Stuff */

/* Smaller Heading Font please */
@media (min-width: 700px) {
  h1, .heading-size-1 { font-size: 4.0rem; }
  h2, .heading-size-2 { font-size: 3.2rem; }
  h3, .heading-size-3 { font-size: 2.8rem; }
  h4, .heading-size-4 { font-size: 2.4rem; }
}

h2.entry-title { font-size: 4.0rem; }
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 90rem;
	width: calc(100% - 4rem);
}

/* Reduce white space around stuff */
@media (min-width: 700px) {
  .widget .widget-title { margin-bottom: 2rem; }
  .post-inner { padding-top: 3rem; }
  .footer-widgets-outer-wrapper { padding: 3rem 0; }
  #site-footer {
    padding: 3rem 0; }
}
.singular .entry-header {
  padding: 2rem 0;
}
body:not(.singular) main > article:first-of-type {
  padding: 2rem 0 0;
}
.archive-header {
  padding: 2rem 0;
}
.error404 #site-content {
  padding-top: 2rem;
}

/* Hide Tags from Blog page */
.blog .post-tags.meta-wrapper {
  display: none;
}
/* Hide Tags from Archive page */
.archive .post-tags.meta-wrapper {
  display: none;
}

.powered-by-wordpress {
display : none;
}

/* End Twenty Twenty Stuff */