/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* Adjust display of header jr-19171407-hc */
@media only screen and (min-width: 768px) {
	.title-holder {
		display: flex;
	}
	
	.no-more-suffering{
		background: #200122;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6f0000, #200122);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #6f0000, #200122); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

		 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

	}
	
	.satisfying-sex-life{
		background: #000000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0f9b0f, #000000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0f9b0f, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

	}
	
	#masthead {
		align-self: center;
	}
	
	.site-logo-link img {
		max-width: 100px;
	}
	
	.site-logo-link {
		align-self: center;
	}
	
	.site-title {
		border-bottom: 8px solid black;
	}
}
/*Hide title on That's What She Said page | DP #19625807-hc*/
.page-id-256 h1.headline {
    display:none;
}
/*Remove space on top of That's What She Said page | DP #19625807-hc*/
.page-id-256 .outline, .page-id-256 .postarea.full, .page-id-256 .content.shadow.radius-full .padded {
    padding-top:0;
    border-top:0;
}
/* remove "HOME" title from homepage and move top image to top*/
.home .headline {
 display: none;
}

.home .sixteen.columns .postarea.full, .home .outline, .home .padded {
  padding-top: 0px
}

.home .wp-block-group__inner-container .wp-block-image{
  margin-top: -5px;
}

.restaurant-sidebar-inactive.restaurant-singular .alignfull .alignwide {
 max-width: 90%;
}
/* Hide post navigation arrows / 19684779-hc rm */
.post-navigation{display:none;}
/* Shrink height of post featured images - 19686852   */
.feature-img.post-banner {
    max-height:350px;
}
/* Hide title on page 510 | 20550042 */
.page-id-510 .headline {
  display: none;
}
/*Changing the font family for the form title -20551898-hc - SM*/
.page-id-536 .has-text-align-right {
	font-family: "Arial Black", Gadget, sans-serif;
}
/* START: custom bottom margin for blocks — 20575263-hc */
.custom-block-bottom-margin {
    margin-bottom: -30px;
}
/* END: custom bottom margin for blocks — 20575263-hc */
.entry-wrapper h2{
	font-weight:bolder !important;
}
.give-away a{
	font-weight:bolder !important;
	font-size:24px !important;
}