ul {
	font-size: 2rem;
	padding-left: 15px;
}

.meta-text{
	font-size: 1.5rem;
}

.wp-block-image figcaption{
	font-size: 1.2rem;
}

.wp-block-image .alignright {
	padding-left:75px; }

/*** size of page ***/
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 80rem;
    width: calc(100% - 8rem);
}


/*** Front page headers ***/
.entry-content h3 {
	font-family:'Doppio One';
}

/*** Menu settings ***/

.primary-menu > li > a {
    color: #777 !important;
	font-family: 'Doppio One';
}

.primary-menu > li > .icon {
    color: #990000 !important;
}

ul.sub-menu {
    background: #990000 !important;
}

body:not(.overlay-header) .primary-menu > li > ul:after {
    border-bottom-color: #990000 !important;
}

ul.sub-menu a {
    font-size: 14px;
    color: white !IMPORTANT;
    font-family: 'Doppio One' !important;
}

/*** screen smaller than 700px ***/
h1, .heading-size-1 { font-size: 5rem; }
	h2, .heading-size-3 { font-size: 2.5rem; }
	h3 { font-size: 3rem;
font-family: 'Doppio One'; }

/*** screen between 700px to 1219px ***/
@media (min-width: 700px) {
	h1, .heading-size-1 { font-size: 5.4rem; }
	h2, .entry-title.heading-size-1 { font-size: 5.4rem; }
	h2, .heading-size-3 { font-size: 2.5rem; }
	h3 { font-size: 3rem; 
	font-family: 'Doppio One'; }
}

/*** screen 1220px and bigger ***/
@media (min-width: 1220px) {
	h1, .heading-size-1 { font-size: 5.4rem; }
	h2, .heading-size-1 { font-size: 4rem; }
		h2, .heading-size-3 { font-size: 2.5rem; }
			h2, .comment-reply-title { font-size: 3.5rem; }
		h3 { font-size: 3rem; 
	font-family: 'Doppio One'; 
	padding-top: 0px; }
}

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

/***
 * 
 * More info: https://allaboutbasic.com/2019/12/14/twenty-twenty-theme-modifications-of-header-titles-links-widget-section-and-more/
 * ***/