/* a {
	color: #169fb9 !important;
}
a:hover {
	color: #ea7ca5 !important;
} */
body {
	color: #313131;
}
body p {
	font-size: 17px;
}
h1 {
	color: #169fb9 !important;
}
h2 {
	color: #313131;
}
h3 {
	color: #313131;
}
h5 {
	font-size: 1.05rem;
}
h6 {
	font-size: .95rem;
}
p {
	clear: both;
}
blockquote {
	margin: 20px 0;
    padding: 15px;
    border: 4px solid #ef86ac;
    text-align: left;
}
blockquote p {
	text-transform: none;
    font-style: italic;
    line-height: 1.6em;
    margin: 0 0 20px 0;
}

.mobile-v2 {
	min-height: 200px;
}


/* menu sizing fixes */
@media only screen and (min-width: 64.05em) {
	.header.style5 .menu-holder {
		margin-left: 8px;
		margin-right: 8px;
	}
	.logoimg {
		max-height: 60px !important;
	}	
}
@media only screen and (min-width: 64.05em) and (max-width: 77.5em) {
	.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
		font-size: 12px;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
		padding-left: 10px;
	}
	.header.style5 .menu-right-content {
	    margin-right: 5px;
    	padding-left: 5px;
    	padding-right: 5px;
	}
}
@media only screen and (min-width: 64.05em) and (max-width: 89.95em) {
	.header.style5 .logo .logolink {
		min-width: 200px;
	}
	.logoimg {
		max-width: 220px !important;
	}
}
@media only screen and (min-width: 77.55em) and (max-width: 89.95em) {
	.header.style5 .menu-holder {
		margin-left: 20px;
		margin-right: 20px;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
		padding-left: 17px;
	}
	.header.style5 .menu-right-content {
		padding-left: 10px;
		padding-right: 25px;
	}
	.logoimg {
		max-width: 280px !important;
	}
}
@media only screen and (max-width: 90em) {
	.ubermenu-main {
    	margin-top: 20px !important;
	}
	
	.header .logo .logolink {
		flex-shrink: 1 !important;
	}
}



.subheader ul > li > a {
    padding: 0 10px;
}
.subcategory_container .thb-sibling-categories li a {
	color: #169fb9;
}
.post.blog-post .post-title {
    margin-bottom: 15px;
}
.entry-meta {
	font-size: 12px;
	text-transform: none;
	margin-left: auto;
	margin-right: 25px;
	font-weight: normal;
}
.post .post-bottom-meta .time {
	font-size: 12px;
    font-weight: 600;
}
.post .post-title .post-bottom-meta .comment {
    margin-left: 0px;
}
a.btn.alt.go {
	color: #ffffff !important;
	background-color: #169fb9;
	font-size: 16px;
	min-width: 85%;
	padding-left: 10px;
	padding-right: 10px;
	border: none !important;
	white-space: pre-line;
    line-height: 1;
}
a.btn.alt.go:hover {
	background: #1492aa !important;
	/*  color: #f2bfd5 !important; */
}
.post.post-overlay .post-gallery .post-title a {
    color: #ffffff !important;
}
.post .post-title a {
	color: #169fb9 !important;
}
.post .post-title a:hover {
	color: #ea7ca5 !important;
}
.post .post-content.small .btn {
	margin-top: 15px;
}
.archive .post-content.small p {
	color: #080808;
}
/*.archive .post-content.small p:hover {
	color: #ea7ca5;
}*/
.archive .post-content.entry-content.small a {
	color: #080808;
}
.archive ul li a {
    color: #169fb9;
}
.archive ul li a:hover {
    color: #ea7ca5;
}

.pagination .page-numbers:not(.dots):hover, 
.pagination .page-numbers.current {
	background-color: #6d6e70;
}
.pagination .page-numbers {
	border-color: #6d6e70;
}
.post p a {
	transition-duration: .15s;
}
.post .post-content.small p {
	font-size: 16px;
}
.post .post-content a, .post .post-content p a {
	border: none !important;
	color: #169fb9;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;	
}
.post .post-content a:hover, .post .post-content p a:hover {
	color: #ea7ca5;
	background: none;
}
.post .article-tags .tag-link:hover {
	color: #ea7ca5;
}
.post.carousel-style2:hover {
	background-color: #d2d2d2;	
}
.post.carousel-style2:hover .post-category a {
	color: #169fb9;
}
.post.carousel-style2:hover .post-category a:hover {
	color: #ea7ca5;
}
.products .product .product_after_title .button 
	color: #ea7ca5 !important;
}
.btn.red, .btn.alt,
.button.red,
.button.alt,
input[type=submit].red,
input[type=submit].alt {
	background: #ea7ca5;
	border-color: #ea7ca5;
}
.btn.black, .button.black, input[type=submit].black,
a.btn.black, a.button.black  {
	color: #ffffff;
    background-color: #169fb9;
    border: none;
}
.btn.black:hover, .button.black:hover, input[type=submit].black:hover,
a.btn.black:hover, a.button.black:hover {
    color: #ffffff;
    background-color: #1492aa;
}
img.alignnone {
    margin-bottom: 20px;
}
.comment-form-cookies-consent > label {
	display: initial  !important;
    margin-left: 5px  !important;	
}

.one-half, .three-sixths, .two-fourths {
	width: 48.717948717948715%;
	float: left;
	margin-left: 2.564102564102564%;
}
.first {
	clear: both;
	margin-left: 0;
}
.cat-listing ul {
    padding: 10px 0 10px 20px;
    background-color: #ececec;
    list-style: none;
    margin-left: 0 !important;
    overflow: auto;
    margin-bottom: 0 !important;
}
.cat-listing ul li {
    width: 100%;
    float: none;
    text-transform: uppercase;
    list-style: none !important;
    margin-bottom: 11px;
}
.cat-listing a {
	color: #169fb9;
	font: 14px/1 'Open Sans', sans-serif;
}
.cat-listing.one-half {
    margin-bottom: 25px;
}
.post.style5 .post-gallery {
    margin-bottom: 15px;
}
.vc_general a, .wpb_text_column a {
	color: #169fb9;
	transition-duration: .15s;
}
.vc_general a:hover, .wpb_text_column a:hover {
	color: #ea7ca5;
}
.btn, .button, input[type=submit] {
    font-size: 12px;
}
a.btn.accent-fill, a.button.accent-fill, .btn.accent-fill, .button.accent-fill, input[type=submit].accent-fill {
    color: #ffffff;
    background-color: #169fb9;
}
a.btn.accent-fill:hover, a.button.accent-fill:hover, .btn.accent-fill:hover, .button.accent-fill:hover, input[type=submit].accent-fill:hover {
    color: #ffffff;
    background-color: #1492aa;
}
.btn.large, .button.large, input[type=submit].large {
	padding-right: 20px;
	padding-left: 20px;
	white-space: pre-line;
    line-height: normal;
}
.share-article .social {
	font-size: 25px;
    padding: 8px 12px;
    margin: 5px;
}
.masonry_btn.btn {
	min-width: 	200px;
}
.archive > .row {
	clear: both;
}
.archive > .row > .small-12.medium-4.columns {
	padding-left: 0px;
	padding-right: 0px;	
}
.archive aside.post-bottom-meta {
    display: none;
}
.archive a.btn.large.accent-fill.style2 {
    width: 100%;
    height: 20px;
    line-height: 0px;
    margin-bottom: 5px;
    color: #ffffff !important;
}
.archive a.btn.large.accent-fill.style2:hover {
	color: #ffffff !important;
	background-color: #1492aa !important;
}
.archive p a {
	border: none !important;
	color: #169fb9;
	transition-duration: .15s;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;	
}
.archive p a:hover {
	color: #ea7ca5;
	background: none;
}

a.btn.accent-fill.style1.full.pfs-btn-all-black-friday {
    background-color: black;
    font-size: 16px;
    text-transform: none;
}
.pfs-black-friday-page-count {
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

.post .article-tags .tags-title {
	margin-right: 15px;		
}
#footer a {
	color: #169fb9;
}
#footer a:hover {
	color: #ea7ca5;
}
#subfooter .logolink .logoimg {
	max-height: 35px;
}
#subfooter .subfooter-social a {
    padding: 0 8px;
    font-size: 16px;
}
#subfooter .copyright-column p {
	font-size: 12px;
}
#subfooter.style2 {
    padding: 25px 0;
}    

#mobile-menu.style2 .mobile-menu .sub-menu a {
    padding: 4px 0;
    font-size: 14px;
}
#mobile-menu.style2 .mobile-menu .sub-menu {
	padding-top: 5px;
	padding-bottom: 5px;
}
#mobile-menu.style2 .mobile-menu li a {
    line-height: 1.5;
}
.mobile-menu .sub-menu li a.active {
	background: unset;
}
    
.row.email-subscribe {
	margin-top: 10px;
}
.pfs-subscribe-form {
	margin-top: 20px;
}
.pfs-subscribe-form .subscribe-input {
    max-width: 350px;
}
.pfs-subscribe-form .subscribe-submit {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 250px;
    color: #ffffff;
    background-color: #169fb9 !important;
}
.pfs-subscribe-form .subscribe-submit:hover {
    background-color: #1492aa !important;
}

form#coupon_filters {
    font-size: 85%;
    font-weight: normal;
}
form#coupon_filters br {
    display: none;
}
#coupon_filters .form_submit
{
	margin-top: 15px;
	color: #ffffff;
    background-color: #169fb9;
    border: none;
}
#coupon_filters .form_submit:hover {
    color: #ffffff;
    background-color: #1492aa;
}
#coupon_filters input[type=button] {
    font-family: inherit;
    line-height: 11px;
    font-weight: 600;
    padding: 12px 30px 12px;
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    text-transform: uppercase;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

img.pfs-mobile-download {
	max-width: 140px;
	margin-left: 20px;
}
.pfs-sitemap-directory {
	margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pfs-sitemap-directory a {
	display: block;
} 
.pfs-sitemap h2 {
	font-size: 24px;
	margin-top: 30px;
}
.pfs-sitemap h3 {
    font-size: 18px;
}
@media screen and (max-width: 40em) {
.pfs-sitemap h3 {
    margin-bottom: 10px;
}	
}
ul.pfs-sitemap {
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 30px;
}
li.pfs-sitemap {
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 200px;
    flex-basis: 250px;
    max-width: 300px;
    margin: 0;
    padding-right: 15px;
    padding-top: 5px;
}

.pfs-prev {
    width: 50%;
    float: left;
    padding-right: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.pfs-next {
    width: 50%;
    float: right;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.pfs-prev a, .pfs-next a {
    color: #ffffff !important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}
.pfs-next a:hover, pfs-prev a:hover {
    color: #ffffff !important;
    background-color: #1492aa !important;
}

/* Simply Save List style */
.ss-group-wrapper {
	margin-top: 25px;
	margin-bottom: 25px;	
}
.ss-group-image {
	padding-top: 10px;
	padding-bottom: 15px;
}
.ss-group-header {
    margin-left: -10px;
    color: #6d6e70;
    font-size: 14px;
    float: left;
    background-color: #ffe192;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.ss-group {
	display: inline-flex;
}
.ss-group-marker {
	width: 2px;
    color: #ffe192;
    float: left;
    border: 2px solid;
    margin-left: -10px;
    margin-right: 10px;
}
.ss-group-description {
	display: block;
	padding-top: 5px;
	padding-bottom: 30px;
}
.ss-transaction {
    padding-bottom: 30px;
}
.ss-transaction.ss-last-in-group {
    padding-bottom: 0px;
}
.ss-transaction-description {
	display: block;
	padding-bottom: 15px;
}
.ss-transaction-image {
    max-height: 500px;
    max-width: 100%;
   	margin-bottom: 15px;
}
@media screen and (max-width: 40em) {
	.ss-transaction-image {
    	max-height: 240px;
    	max-width: 100%;
    	width: auto;
    	height: auto;
	}
}

/* Mediavine ad */
.adunitwrapper.content_mobile_wrapper {
    margin-bottom: 30px;
}

/* Mediavine Recipe style */
button.mv-create-print-button {
    background-color: #6d6e70;
    color: #ffffff;
    text-transform: uppercase;
}
h2.mv-create-ingredients-title.mv-create-title-secondary,
h2.mv-create-instructions-title.mv-create-title-secondary {
	color: #169fb9;
}
.mv-create-ingredients h3, .mv-create-ingredients h4, .mv-create-instructions h3, .mv-create-instructions h4, .mv-create-notes h3, .mv-create-notes h4 {
	margin-top: 10px;	
}
.mv-create-card ol, .mv-create-card ul {
	margin-left: 20px !important;	
}
.mv-create-instructions ol {
	counter-reset: item;	
}
.mv-create-card :after, .mv-create-card :before {
	display: inline-block;		
}
.mv-create-card ol li:before {
    content: counter(item);
    counter-increment: item;
    color: #7a7a7a;
    display: inline-block;
    height: 28px;
    line-height: 24px;
    margin-right: 10px;
    width: 28px;
    border: 2px solid #7a7a7a;
    background: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    border-radius: 14px;
}
.mv-create-card li {
	margin-bottom: 10px !important;
}
	
@media screen and (min-width: 64em) {
	input.subscribe-input {
		margin-right: 10px;
		margin-left: 10px;
	}
}            

@media screen and (max-width: 40em) {
	.hide-on-small {
		display: none;
	}
	.home h3 {
		margin-bottom: 0px;	
	}
	.home .vc_empty_space {
 	   height: 16px !important;
	}
	.home .vc_cta3-container {
		margin-bottom: 5px;
	}
	.post.blog-post .entry-title {
		padding-bottom: 10px;
		margin-bottom: 5px;
	}
	.post .post-bottom-meta .time {
		font-size: 11px;
	}
	.entry-meta {
		margin-right: 0px;
		font-size: 11px;
	}
	.post .post-bottom-meta {
		display: block;
	}
	.post-bottom-meta .comment {
		display: none;
	}
	.row.top-padding {
	    padding-top: 15px;
	}
	.breadcrumb-container .row .columns {
	    margin-bottom: 0px;
	}
	.breadcrumb-container .trail-items {
		margin-bottom: 15px;
	}

	.slick.larger-bot-nav {
	    margin-bottom: 10px;
	}
	.row .small-12 {
		margin-bottom: 0px;
	}
	.row .post .style5 {
		margin-bottom: 0px;
	}
	.post-grid-style6 .columns {
 	   margin-bottom: 0px;
	}
	.category_title.style3 {
		margin-top: 10px;
	    margin-bottom: 15px;
	}
	
	.category-header .subcategory_container {
	    float: right;
	}

	.vc_general.vc_cta3 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.cat-listing.one-half {
		margin-left: 0px;
		width: 100%;
	}
	.archive > .row {
		border-style: solid;
	    border-width: 1px;
	    border-color: lightgray;
	}
	.archive.post {
		margin-bottom: 20px;
	}
	.archive.post .post-gallery {
		margin-bottom: 15px;
	}
	.first-image img.alignnone {
		max-width: 100%;
	}
	.one-half img.alignnone {
 	   max-width: 100%;
	}
	img.alignnone {
   		margin-bottom: 10px;
	}
	.btn.large, .button.large, input[type=submit].large {
		padding-left: 12px;
		padding-right: 12px;
	}
	.share-article .social {
		font-size: 30px;
		padding: 10px 15px;
		margin: 10px 10px 5px 10px;
	}
	#footer {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	#footer .row .columns .widget {
	    margin-bottom: 10px;
	}
	#footer .widget .widget_title {
		margin-bottom: 15px;
	}
	#footer .widget ul {
    	margin-bottom: 15px;
	}
	#subfooter .columns {
	    margin-bottom: 10px;
	}
	#subfooter hr {
	    margin: 10px;
	}
	#subfooter.style2 {
	    padding-bottom: 10px;
	}
	
	.email-subscribe img {
		width: 70%;
	}
	.email-subscribe .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
	    box-shadow: none;
	}
	.email-subscribe p.vc_custom_heading {
    	font-size: 30px !important;
 	   line-height: 1.4em;
	}
	.email-subscribe h3 {
	    margin-top: 10px;
	    margin-bottom: 20px;
	}
	.email-subscribe .vc_column-inner {
    	padding-right: 0px !important;
	}
	.row.email-subscribe {
	    margin-bottom: 20px;
	}
}

