/*mobile menu*/
#wprmenu_menu.wprmenu_levels ul li a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

#wprmenu_menu .wprmenu_icon_par {
    float: right;
    left: auto;
    right: 0;
}

#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover {
    padding: 8px 14px !important;
}

#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
    margin-left: 0;
}

/*Changing header image size*/
.header-image .site-title a {
	float: none;
	min-height: 80px;
	width: 100%;
}

/*Display Post Date only on home page*/
.featuredpost .post-info,
 .entry-meta {
	display: block;
}

.archive .post-info,
.category .post-info,
.archive .entry-meta,
.category .entry-meta,
.search .entry-meta,
.search .post-info {
	display: none;
}

/*Hide title of text widgets*/
.widget_text .widgettitle {
	display: none;
}

/*Edit appearance of MAILCHIMP sidebar subscription widget*/
.mc4wp-form {
	clear: both;
	color: #000000;
	border: 1px dotted #26201b;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}

/*Code box apperance*/
pre, code {
	direction: ltr;
	text-align: left;
}

pre {
	border: solid .5px black;
	font-size: 1px em;
	color: black;
	margin: 10px;
	padding: 10px;
	background: Gainsboro;
}

code {
	font-size: 1px em;
	color: black;
}

/*WPRM JumpTo and Print Button reverse video*/
.wprm-jump-to-recipe-shortcode, .wprm-print-recipe-shortcode {
	display: inline-block;
	background-color: #f05123;
	font-size: 1rem;
	color: white !important;
	letter-spacing: .5px;
	letter-spacing: .05rem;
	padding: 5px 12px;
	padding: .25rem 1.2rem;
	margin: 5px 5px 5px 0;
}

.wprm-print-recipe-shortcode:hover {
	cursor: pointer;
}

/*Hide page title of WINGS cookbook landing page*/
.post-9426 .entry-title {
	display: none;
}

/*Hide page title of Photography book landing page*/
.post-10431 .entry-title {
	display: none;
}

/*Hide page title of Before and After landing page*/
.post-11109 .entry-title {
	display: none;
}

/*Hide page title of Creating Affiliate Links page*/
.post-11221 .entry-title {
	display: none;
}

/*Hide page title of Affiliate Program page*/
.post-11188 .entry-title {
	display: none;
}

/*Hide page title of Affiliate FAQ page*/
.post-11246 .entry-title {
	display: none;
}

/*Hide date and author of Primary Recipe Index*/
.post-13695  .entry-author-link {
	display: none;
}

/*Hide date and author of Primary Recipe Index*/
.post-13695  .entry-meta {
	display: none;
}

/*Increase Text Widget Title Font Size*/
.home-bottom .widgettitle {
	font-size: 2rem;
}

.wprm-recipe :before, .wprm-recipe :after {
	display: none;
}

.home-bottom .featured-content .entry-title, .home-bottom .featuredpost h2 {

  min-height: 45px;
}