
/* Feast Plugin 2021
-----------------------------------------------
.desktop-inline-modern-menu { text-transform: uppercase; }
--- */
/* 2021 - center page title on modern homepage
--- */
.page-id-15232 h1.entry-title, .entry-title a, a {
    text-align: center;
}


/* Hide tittle in work with me
-------------------------------------------
.page-id-5700 .entry-title {
	display: none;
}-------- */
/* Hide tittle in Creating Wealth Page
----------------------------------------------- */
.page-id-1240 .entry-title {
	display: none;
}

/* Hide tittle on Thank You Page
----------------------------------------------- */
.page-id-3728 .entry-title {
	display: none;
}

/* top news optin */
.top-cta .enews-widget .widgettitle {
	font-style: italic;
}

.top-cta .enews-widget .widgettitle, .top-cta .enews-widget p {
	font-size: 17px;
}

/* social sharing icons */
.share-count {
	background: #000;
}

.sd-social-icon-text .sd-content ul li a.sd-button {
	background: #fff;
}

/* tablet query */
@media (max-width: 768px) {
	.top-cta {
		padding-left: 2%;
	}
	
	.site-title, .site-title a {
		font-size: 40px;
	}
}

/* phone view, max-width 320 Start, hide vertical subscribe 
----------------------------------------------- */
@media (max-width: 320px) {
	
}

/*Genesis simple share buttons black 
-----------------------------------------------*/
.content .share-after {
	margin: 20px 0;
}

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
}


.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #222;
	border: 1px solid #222;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #222 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/*below header/menu Opt-in
-------------------------------------------
.horizontal-optin p {
	margin: 5px 0 15px;
	padding: 0;
	float: left;
}

.horizontal-optin p, .enews-widget input {
	margin-bottom: 0;
}

.horizontal-optin .enews-widget input#subbutton {
	width: 20% !important;
	min-width: 130px;
}-----*/

/*fix foodie pro recipe archieve page after WP update----*/
.screen-reader-text {
	display: none;
}

/* Content Boxes
------------------------------------------------------------ */
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
	left: 50%;
}

.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}

.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #FF0000;
	border: 1px solid #FF0000;
}

.content-box-yellow {
	background-color: #c14997;
	border: 1px solid #c14997;
	padding: 0;
	left: 50%;
	font-size: small;
}

.boxed {
	border: none;
	margin: 5px;
	width: 100%;
	background: #f5f5f5;
	color: #010101;
	padding: 10px 20px;
	letter-spacing: 1px;
	text-align: center;
}

.boxed h2 {
	font-weight: 400;
}

.boxed p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.boxed a {
	display: inline-block;
	padding: .5em 2em;
	color: #FFF;
	background-color: #010101;
	text-decoration: none;
}

/*testing with quiz main opt-in
-----------------------------------------------*/
.boxedhome {
	border: none;
	margin: 5px;
	width: 100%;
	background: #f5f5f5;
	color: #010101;
	padding: 10px 20px;
	letter-spacing: 1px;
	text-align: center;
}

.boxedhome h2 {
	font-weight: 400;
}

.boxedhome p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.boxedhome a {
	display: inline-block;
	padding: 0 1.5em;
	color: #FFF;
	background-color: #010101;
	text-decoration: none;
}

/*hide footer widgets on mobile
-----------------------------------------------*/
@media only screen and (max-width: 480px) {
	.footer-widgets {
		display: none;
	}
}


/* Pricing Table
--------------------------------------------- */

.pricing-table {
	box-sizing: border-box;
	display: block;
}
.pricing-table .pricing-block {
	box-sizing: border-box;
	display: block;
}
.pricing-table .pricing-block * {
	box-sizing: border-box;
}
.pricing-table .pricing-item {
	border: 1px solid #777;
	padding: 1em;
}
.pricing-table .pricing-item h3 {
	margin-top: 0;
	margin-bottom: 1em;
	display: table;
	width: 100%;
	line-height: 1.1;
}
.pricing-table .pricing-item h3 > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 1.5em;
}
.pricing-table .pricing-item ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.pricing-table .pricing-item ul li {
	display: block;
	border-bottom: none;
	padding: 1em 0;
	margin: 0;
	border-top: 1px solid #ddd;
	list-style-type: none;
}
.pricing-table .pricing-item ul + p {
	margin: 0;
}
.pricing-table .pricing-item a.button {
	display: block;
	text-decoration: none;
	background: #010101;
	font-weight: 500;
	color: #fff !important;
	border: 1px solid #fff;
	margin: 0 auto;
	padding: 1em;
	width: 100%;
	text-align: center;
}
.pricing-table .pricing-item a.button:hover {
	border: none !important;
}

@media screen and (min-width: 768px){
	
	.pricing-table::after {
	  content: '';
	  display: table;
	  clear: both;
	}
	.pricing-table {
		margin: 0 -10px;
	}
	.pricing-item h3 {
		line-height: 1.1;
		height: 4.4em;
	}
	.pricing-table .pricing-block {
		float: left;
		width: 33.333333333%;
		padding: 0 10px;		
	}
	.pricing-block .pricing-item ul {
		padding: 0 0 1em;
	}
	.pricing-block .pricing-item ul li {
		margin: 0;
		margin-left: 0;
		padding: 1em 0;
	}
}

/*Entry Meta Font Size Change
---------------------------------------------*/
.entry-meta, .post-info, .post-meta {
	font-size: 16px;
}

/*Subscribe updates 2016
---------------------------------------------*/
.enews-widget input[type="submit"] {
}

.horizontal-optin {
	margin-top: 0;
	background: #fff;
}

/* Change widget after post from half page to full page
--------------------------------------------- */
.after-entry .widget {
	clear: none;
	float: none;
	width: 100%;
}
/* change jetpack top posts widget font to not so bold.
--------------------------------------------- */
.sidebar a {
	font-weight: 300;
}


/* CSS for simple hooks quiz optin to go with desktop or mobile only in G simple hooks
--------------------------------------------- */
#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: block;}

}
/* header around top logo padding fix
--------------------------------------------- */
.site-title, .site-title a img{
    margin-bottom: 5px;
	margin-top: 5px;
}
.site-container > footer, body > footer {
	background: #f7f9fc;
	padding: 27px 0;
	color: inherit !important;
	text-transform: inherit !important;
	letter-spacing: inherit !important;
}
.site-container > footer a, body > footer a { 
	text-decoration: underline !important; 
}