/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }

.site-logo-link > img, .custom-logo-link img { 
margin-left: 10%; 
}

/* Make body paras bigger with more space between */
p { 
font-size:1.2em; 
	line-height: 1.6em;
	margin-bottom:1.6em
}


/* Make dropcap paras bigger */
p.has-drop-cap { 
font-size:1.2em; 
	line-height: 1.6em
}

/* Make title bigger and bold */
h1.entry-title { 
font-size:3em;
font-weight: bold;
line-height: 1.25;
margin-bottom:0
}


/* Make subheads bigger */
h4 { 
font-size:1.75em; 
line-height: 1.25em;
margin-bottom:0;
	margin-top: 1.5em
}
h2 { 
font-size:2em; 
	font-weight: bold;
line-height: 1.25em;
margin-bottom:0;
	margin-top: 0
}

/* Make pullquote lavendar */
.wp-block-pullquote {
padding: 0 0 0 0;
color: #D486C2;
}

/* ——- Tweak featured grid hover transparency ——- */

#featured-grid-content .caption
{
	opacity: 0.90;
	background-color: #D494C2;
	padding-left: 10px;
	padding-right: 10px;
}


#featured-grid-content .entry-title
{
	opacity: 1.0;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 200%;
  text-shadow: 1px 1px #4E4E4E;
}




/* ——- Responsive code here ——- */
@media only screen and (max-width: 780px) {
	#mobile-header-left-menu {
		position: fixed;
		background-color: #d494c2;
top: 0;
		left: 0;
width: 100%;
z-index: 198;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
		background-image: url('https://rampantmag.com/wp-content/uploads/2020/02/Rampant_Logo_fortopbar.png');
background-repeat: no-repeat;
background-position: center;
padding-left: 15px;
	}
}

@media screen and (max-width: 780px) {
    article.hentry {
        padding: 4px 2px 4px 2px;
    }
    #page .wrapper {
        padding: 0;
    }
    article.hentry .featured-image img {
        width: 100%;
    }
	
#featured-content .entry-title {
font-size: 3em;
}
	
.wp-block-pullquote {
		width: 100%;
		font-size: 100%;
	}
	
.wp-block-pullquote.is-style-solid-color blockquote p {
			width: 100%;
	    font-size: 1.5em;
			margin-left: 0;
	}
}