/*WOOCOMMERCE FILTERS*/
.wcpf-text-list-title.wcpf-field-title.wcpf-heading-label, .woocommerce-ordering {
	display: none;
}

.wcpf-text-list.field-input-container.wcpf-content {
	text-transform: uppercase;
	text-align: center;
	color: #000;
    display: block;
    font-family: "AW Conqueror Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1.5px;
}

.wcpf-field-text-list .wcpf-text-list .wcpf-text-item:not(.disabled) .wcpf-text-label:hover,
.wcpf-field-text-list .wcpf-text-list .wcpf-text-item.selected>.wcpf-text-item-inner>.wcpf-text-label {
	color: #a7b9c3;
	font-weight: normal;
}

/*Menu search bar*/
@media only screen and (max-width: 860px) {
.nav-primary .search, .nav-primary .fa {
	display: none !important;
	}}

.nav-primary {
	overflow: visible;
}

.nav-primary input[type="submit"] {
	display: none;
}

.nav-primary input {
	width: 200px;
}

.fa .sub-menu {
	border-top: none;
}

.entry-header .entry-meta, .disclaimer {
	display: none;
}

/*Sponsored post page*/
.page-id-47898 .breadcrumbs, .page-id-47898 .flexible-widgets, .page-id-47898 .search-form input[type="search"]
 {
display: none;}

div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button{
    border: none !important; 
    background: #9BA9B3 !important; 
    color: white !important; 
    text-transform: uppercase !important; 
    width: 100% !important; 
    font-size: 1.3em !important; 
    letter-spacing: 1px !important; 
    padding: 12px 52px !important; 
}

.header-image .site-title > a {
	width: 473px;
	height: 180px;
}


/*Increasing font size*/
p {
	font-size: 16px;
}

.sidebar .size-full {
    max-width: 100%;
}

/* Tasty Recipes simple recipe card styles */
.tasty-recipes span  {
	font-family: "Open Sans" !important;
	line-height: 1.6em;
}

.tasty-recipes h2 {
    color: #8B9DA9;
    font-weight: bold !important;
    font-size: 27px;
	  text-transform: capitalize !important;
	text-align: center;
}
.tasty-recipes-rating, .tasty-recipes-description, .tasty-recipes-details {
	text-align: center;
}
.author {
	display: none;
}

.tasty-recipe-ingredients h3, .tasty-recipes-ingredients h3, .tasty-recipe-instructions h3, .tasty-recipes-instructions h3, .tasty-recipes-equipment h3, .tasty-recipes-notes h3 {
	    margin-bottom: 1.2em;
    text-transform: uppercase !important;
    color: #8B9DA9 !important;
	font-weight: bold !important;
}

.tasty-recipe-ingredients ul,
.tasty-recipes-display ol {
	margin-left: 40px !important;
	line-height: 1.7;
	font-size: 11pt;
	font-family: "Open Sans";

}
.tasty-recipe-instructions h3 {
	margin-bottom: 9px !important;
}
.tasty-recipe-instructions h4 span {
	color: #8B9DA9 !important;
	margin-left: 20px;
}
.tasty-recipe-instructions h4 {
		padding-top: 1em;

}
.tasty-recipe-instructions p{
	margin-left: 40px;
}

.tasty-recipes-keywords p {
	margin-left: 20px;
}

.tasty-recipes-entry-footer {
	background: #DADFE5;
	padding: 40px !important;
}

.tasty-recipes-print h2 {
  margin-bottom: 0px;
}

.tasty-recipes-print .tasty-recipe-ingredients ul,
.tasty-recipes-print ol{
    margin-left: 20px !important;
    line-height: 1.7;
    font-size: 11pt;
    font-family: "Open Sans";
}

.tasty-recipes-print .tasty-recipe-instructions h3 {
  padding-top: 20px;
}

.tasty-recipes-print .tasty-recipes-details ul {
  padding: 0px;
}

.tasty-recipes-print .tasty-recipes-entry-footer {
  display: none; }
  
  /*Cookbook sales page*/
.page-template-page_landing .breadcrumbs, .page-template-page_landing .footer-logos,
.page-template-page_landing .search-form{
	display: none;
}

.buy-button {
	background: #C3CBBE;
	padding: 0.5em 0em;

}
a.woo_btn {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Gotham Narrow";
	font-size: 1.5em;
	letter-spacing: 1px;
}
.buy-button:hover {
	background: #D4DAE1;
}

.woocommerce-cart .woocommerce .quantity .qty {
    display: block;
	padding: 10px;
}

.woocommerce-cart .woocommerce button.button {
	width: auto !important;
}

@media (max-width: 768px){
	.fl-col-group.fl-col-group-responsive-reversed img {
		max-width: 360px;
	}}
	
	.archive [data-value="digital-products"] {
    display: none !important;
}