/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/************************* NAV ITEMS *******************************/
.nav-shop a {
	font-weight: 700;
	letter-spacing: 2px;
}

.association-nav.menu-item a {
	background-color: #F7D84B !important;
	color: #1E3954 !important;
	font-weight: 700;
}

.association-nav.menu-item a:hover {
	background-color: #ffe884 !important;
	color: #527599 !important;
}

.scrumptious-nav.menu-item > a {
    background-color: #D9EDDD !important;
    color: #4B8579 !important;
}
.scrumptious-nav.menu-item > a:hover {
    background-color: #edf7ef !important;
    color: #4B8579 !important;
}

/*******************************************************************/
/********** Seasonal Nav Buttons *************/
li.halloween-nav.menu-item > a {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb868+0,ff9922+100 */
	background: #ffb868;
/* Old browsers */
	background: -moz-linear-gradient(top,#ffb868 0%,#ff9922 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#ffb868 0%,#ff9922 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#ffb868 0%,#ff9922 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb868',endColorstr='#ff9922',GradientType=0);
/* IE6-9 */
	border: medium none;
	border-radius: 30px;
	box-shadow: 2px 2px 3px rgba(255,255,255,0.66)inset;
	font-size: 15px;
	margin: 9px 0 !important;
	padding: .8rem 1.3rem .7rem;
	color: #fff;
	font-weight: 400;
	letter-spacing: 3px;
}

li.halloween-nav.menu-item > a:hover {
	color: #000000 !important;
}

li.halloween-nav.menu-item.current-menu-item > a {
	color: #000000;
}

li.holidays-nav.menu-item > a {
	background: url("/wp-content/uploads/2016/12/falling-snowflakes-pattern-light.jpg") repeat scroll center center;
	background-size: cover;
	border: medium none;
	color: #4B8579 !important;
	font-weight: 700;
	letter-spacing: 3px;
	box-shadow: 0 0 10px 5px #fff inset;
}

li.holidays-nav.menu-item > a:hover {
	color: #3d6b61 !important;
}

li.holidays-nav.menu-item.current-menu-item > a {
	color: #527599 !important;
}

@media (max-width:768px) {
	li.halloween-nav.menu-item > a, li.holidays-nav.menu-item > a {
		font-size: 1.5rem !important;
		padding: 1.2rem;
		text-align: center;
		margin: 1rem 0 !important;
	}
}

/***** END 768px *****/
/***********************************/
/*********** Instagram widget grid ***********/
.instagram-pics > li {
	display: block;
	float: left;
	margin: 0;
	padding: 1px;
	width: 33.33%;
	box-sizing: border-box;
}

.instagram-pics > li a {
	display: block;
}

.instagram-pics > li img {
	margin: 0;
	display: block;
}

.null-instagram-feed p {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: .5rem 0 0;
}

@media (max-width:768px) {
	.instagram-pics > li {
		width: 50%;
	}
.instagram-pics > li:last-child {
    display: none;
}
}

/**********************/
/*********** Footer Widget Area Menus ***********/
.footer-widgets .widget_nav_menu {
	width: 50%;
	float: left;
}

.footer-widgets .widget_nav_menu .widget-title {
	margin-bottom: .5rem;
}

.footer-widgets .widget_nav_menu li {
	margin-bottom: .5rem;
}

@media (max-width:480px) {
	.footer-widgets .widget_nav_menu {
		width: 100%;
		float: none;
	}
}

/**********************/
/************************* Maropost Opt-In Form **************************/
.form-shell form {
	background: url(https://homemaderecipes.com/wp-content/uploads/2015/08/sidebar-join-notextboxV3.jpg) no-repeat;
	background-size: 100% !important;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding: 59% .5rem 28%;
}
.form-shell input#contact_fields_email {
    width: 68%;
    border: none;
}

.form-shell input[type="submit"] {
    width: 30%;
    background-color: #e75440;
}

/***************************************************************/
/***** SIGN UP / THANK YOU PAGE *****/
body.page-id-29362, body.page-id-35738 {
    background: url(https://homemaderecipes.com/wp-content/uploads/2016/06/10265340_529180827191483_1307577577277967734_o.jpg) no-repeat scroll center bottom / cover;
}

.page-template-page_landing img.featured {
    display: none;
}

.page-template-page_landing h1.entry-title {
    text-align: center;
    font-size: 2.2rem;
}
.page-template-page_landing h2 {
    font-size: 1.4rem;
    font-weight: 700;
}

.page-template-page_landing form {
    float: left;
    width: 50%;
    margin: 0 0 1rem;
}

.page-template-page_landing input[type=submit] {
    background-color: #4B8579 !important;
    width: 100%;
    margin: 0.5rem 0 0;
}
.page-template-page_landing input[type=submit]:hover {
    opacity: 0.77;
}

.half-img img {
    width: 49%;
    margin: 0 2% 2% 0;
    float: left;
}

.half-img img:nth-child(2n+1) {
    margin-right: 0;
}

.clear {
    clear: both;
}

a.css-button {
    display: block;
    background-color: #f7941d;
    border-radius: 6px;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 1rem 1rem 0.9rem;
    line-height: 2;
    font-style: italic;
}
a.css-button:hover {
    opacity: 0.77;
}
a.css-button span {
    float: left;
    width: 85%;
    min-width: 33rem;
    max-width: 100%;
}

a.css-button span.big {
    font-size: 2.5rem;
    width: 15%;
    min-width: 5.5rem;
    line-height: 0.9;
    font-weight: 700;
}
.page-template-page_landing .HB-Bar, .page-template-page_landing #hellobar-pusher {
    display: none !important;
}


@media (max-width: 768px) {
	body.page-template-page_landing {
		background: none;
	}
.magazine-landing .site-inner {
    padding: 0 1rem;
}
.magazine-landing .content {
    padding: 0;
}
	.page-template-page_landing form {
    width: 100%;
}
.half-img img {
    width: 100%;
    margin: 0 0 1rem;
    float: none;
}
a.css-button span {
    float: none;
    width: auto;
    min-width: 0;
    max-width: 100%;
}
a.css-button span.big {
    width: 100%;
    min-width: 0;
		display: block;
    text-align: center;
}
}
/**********/

/***** Gogle Top Posts *****/
.gtc-list li {
    list-style: none !important;
    text-indent: 0 !important;
    font-size: 1.3rem;
    padding-left: 0 !important;
    margin: 0 0 1.3rem;
}
.gtc-list img.alignleft {
    margin: 0 1rem 1rem 0;
}
/**********************/
/***** MISC CSS *****/
.mobile-only { display: none !important; }
@media (max-width:768px) {
	.mobile-only {display: inherit !important; }
	.desktop-only {display: none !important; }
}
/**********/

#fbMsg img {
    width: 100px !important;
    height: 100px !important;
}
@media (max-width:768px) {
	#fbMsg img{
    width: 70px !important;
    height: 70px !important;
}
}
.entry-time{
	display: none !important;
}

.anchor {
    top: -7rem;
    position: relative;
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__notice {
    font-size: 10px !important;
}
div.wpgdprc a, div.wpgdprc a:hover, div.wpgdprc a:focus {
    display: none !important;
}
div.wpgdprc-consent-bar {
    opacity: 0.8 !important;
}

.featured-content img, .gallery img {
    width: 800px;
}
.entry-header img {
	width: 100%;
}
img.alignnone {
    width: 800px !important;
}
.entry-content img {
	width: 800px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
    display: none !important;
}


.entry-comments a {
    word-wrap: break-word;
}

.entry-meta{
	font-size: 15.5px;
}

.comment-likes-widget-placeholder .loading, .post-likes-widget-placeholder .loading{
	font-size: 15px;
}

html{
	overflow-x: hidden;
}