/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/


/* Add your custom styles here... */ 

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
:-moz-placeholder { /* Firefox 18- */
  color: #555;
}

/*---- misc classes ----*/
.text-shadow{
	text-shadow: 0px 0px 10px #111;
}

.border-top {
	border-top: 1px solid #ccc; 
}


/*navigation cart icon*/

li.wpmenucartli a.wpmenucart-contents span:not(.amount) {
    display: inline-block !important;
    line-height: 42px;
    margin-left: 44px;
	text-transform: uppercase;
}

i.wpmenucart-icon-shopping-cart-0 {
    font-size: 32px;
    line-height: 12px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
}

li#menu-item-3836 {
    display: none;
}

/*header search bar */
#ajaxsearchpro2_1 .probox .prosettings, #ajaxsearchpro2_2 .probox .prosettings, div.ajaxsearchpro[id*="ajaxsearchpro2_"] .probox .prosettings {
    display: none;
}

/* 2023 header search bar NEW */
@media only screen and (max-width: 767px) {
.pp-search-form__container {
    width: 100%!important;
    position: fixed;
    left: 0;
    right: 0;
	top: 0;
}

.pp-search-form__container {
    background: #9e1414;
    padding: 10px 20px 10px 20px;
}

.pp-search-form-wrap:not(.pp-search-form--style-full_screen) .pp-search-form__input {
    min-height: 38px!important;
    max-height: 38px!important;
}
}


/* Search */
/* Grid Seatch Filter */

.search-filter span.facetwp-input-wrap {
    width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.search-filter input.facetwp-search {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 23px;
	background: #fff;
}

.search-filter i.facetwp-icon {
    padding: 15px;
    background: #f18230;
    opacity: 1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.search-filter .facetwp-icon:before {
	background: url(/wp-content/uploads/2023/01/searchicon.png) no-repeat!important;
	width: 25px!important;
}

.facetwp-icon.f-loading:before {
	animation: none!important;
}

.search-filter .facetwp-facet {
    margin-bottom: 0px;
}

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

.search-filter span.facetwp-input-wrap {
    width: 100%;
}

.search-filter input.facetwp-search {
    padding: 12px;
    font-size: 14px;
    line-height: 19px;
}
	
.search-filter i.facetwp-icon {
    padding: 10px;
}
}

/* navigation submenus */
#menu-item-2417 .sub-menu, #menu-item-4068 .sub-menu {
    padding: 20px;
    opacity: 1;
}


/*home page slider*/
a.slider-link.slideactive {
    display: block;
    background-color: #ffffff;
    padding: 27px 15px 13px;
    color: #BD1222 !important;
    transition: all 0.3s ease;
	border: 3px solid #fff;
}

a.first-slider-link, a.second-slider-link, a.third-slider-link, a.fourth-slider-link {
    display: block;
    background-color:rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
    padding: 27px 15px 13px;
    transition: all 0.3s ease;
    text-decoration: none;
	border: 3px solid #fff;
}

.box-container {
    width: 25%;
    float: left;
}

.main-box-container {
    max-width: 1240px;
    margin: 0px auto;
    width: 100%;
    display: block;
    position: relative;
}


.fl-module.fl-module-html.fl-node-5a71a78b49282.z-front {
    position: relative;
}

p.lgtxt {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}



/*nav item circle dropdowns*/
.fl-node-5a70a16ce7c52 .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container > a > span, .fl-node-5a70a1b180a57 .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container > a > span {
    padding-right: 36px;
}

.fl-node-5a70a16ce7c52 .pp-advanced-menu .pp-menu-toggle:before, .fl-node-5a70a1b180a57 .pp-advanced-menu .pp-menu-toggle:before{
    margin: -4px -5px 0 0;
}

span.pp-menu-toggle {
    background: #F18230;
    border-radius: 50px;
}

ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu > li {
    width: 100%;
    padding: 20px;
}
/*home page slider manu fade in*/
.web-fade-in {
	opacity: 0;
    animation: web-fade-in 1s ease-out 1 forwards!important;
    -webkit-animation: web-fade-in 1s ease-out 1 forwards!important;
    -moz-animation: web-fade-in 1s ease-out 1 forwards!important;
    animation-delay:3s!important;
}

@keyframes web-fade-in {0% {opacity: 0;} 100% {opacity: 1;}}
@-webkit-keyframes web-fade-in {0% {opacity: 0;} 100% {opacity: 1;}}
@-moz-keyframes web-fade-in {0% {opacity: 0;} 100% {opacity: 1;}}



/*home page featured products*/

/* h3.uabb-post-heading.uabb-blog-post-section.title {
    margin: 0;
    padding: 10px 15px;
	color: #b53c1f;
	min-height: 65px;
}
h3.uabb-post-heading.uabb-blog-post-section.price {
    margin: 0;
    padding: 0px 15px 10px;
	color: #b53c1f;
}

.featured-products  .uabb-blog-posts-shadow {
    box-shadow: 0 0px 0px rgba(197, 197, 197, 0.2);
    background: #ffffff;
    transition: all 0.3s linear;
    border: 1px solid #BD122230;
    width: 100%;
	border-radius: 5px;

} */
/* .prod-image img {
    max-width: 200px;
    width: auto;
    max-height: 185px;
    margin: 0px auto !important;
    display: block;
} */
.prod-image img {
    /* max-width: 200px; */
    /* width: auto; */
    height: 240px;
    margin: 0px auto !important;
    object-fit: cover;
    display: block;
    object-position: center;
}

.buy-now-btn {
    background: #bd1222;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
}

h3.prod-title {
    font-size: 16px;
    text-transform: capitalize;
    height: 41px;
    margin-bottom: 0px !important;
    margin-top: 15px;
}

h3.prod-price{
	margin-bottom: 0px !important;
    margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
}


/* cuisine product grid */
.cuisine-prod-grid .prod-image img {
    max-width: 200px;
    width: auto;
    max-height: 250px;
    margin: 0px auto !important;
    display: block;
}

/*-------------recipe section styles------------------*/
.recipe-des {
    padding: 20px 20px;
    margin-bottom: 0px;
}

.advanced-post-padding .uabb-post-wrapper .uabb-blog-post-content {
    padding: 0px;
}

.woocommerce ul.products, .woocommerce-page ul.products {
    padding-top: 40px;
    list-style: none;
    padding: 0px;
}



.recipe-des h3.uabb-post-heading.uabb-blog-post-section{
	font-size: 16px;
	margin-top: 0px;
}


/*------- related products ---------*/
.woocommerce .related h2, .woocommerce .upsells.products h2, .woocommerce-page .related h2, .woocommerce-page .upsells.products h2 {
    max-width: none;
    text-align: center;
    font-size: 28px;
    color: #BD1222;
	margin-bottom: 60px;
}

.woocommerce ul.products li.product, .woocommerce .related ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page .related ul.products li.product{
    clear: none;
    float: left !important;
    margin-right: 3.8%;
    max-width: none;
    border: 1px solid #e8e8e8;
    width: 22.05%;
}

li.product .yith-wcbr-brands {
    margin: 5px 0 15px;
}
ul.sub-menu {
    margin: 0px !important;
}

/*** Uber Menu ***/

/* dropdown arrow */

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    background: #f18230;
	color: #fec828;
    height: 28px;
    width: 28px;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
    top: 40%;
}

/* my account submenu arrow */

.my-account-menu span.pp-menu-toggle {
    left: 80%;
}

.my-account-menu span.pp-menu-toggle:hover {
	color: #fff!important;
}

.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    border-bottom: 5px solid #f18230;
	border-radius: 10px;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item.ubermenu-column-auto .ubermenu-target-text {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
	padding-bottom: 10px;
	width: 100%!important;
} 


/*** Recipe images ***/

.cuisine-prod-grid img.wp-post-image {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}

/*** Recipe Filter ***/

.facetwp-facet {
    margin-bottom: 0px!important;
}

.recipe-filter h4.filter-heading {
    color: #fff;
    float: left;
    margin: 6px 20px 0px 0px;
	letter-spacing: 2px;
	font-size: 14px;
}

.recipe-filter select.facetwp-dropdown {
    background: transparent;
    border: 2px solid #FFF;
    color: #fff;
    padding: 5px 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-size: 14px;
}

.recipe-filter option {
    color: #000;
    font-size: 14px;
}

select.facetwp-dropdown {
    float: left;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
	
.recipe-filter h4.filter-heading {
    color: #333;
	float: unset;
	margin: 15px 0px;
}
	
.recipe-filter select.facetwp-dropdown {
	border: 2px solid #333;
	color: #333;
	float: unset;
}
}

.woopack-product-title {
	min-height:75px !important;
}

img.woopack-product-featured-image {
    height: 300px!important;
    object-fit: cover;
	background: white;
    width: 100%!important;
}

@media only screen and (max-width: 767px) {
.woopack-product-title {
	min-height: auto!important;
}
}

/**/
.ubermenu-submenu.ubermenu-submenu-id-10317, li#menu-item-4068 ul.sub-menu, li#menu-item-14542 ul.sub-menu {
	border-radius:10px !important;
	border-bottom: 5px solid #f18230;
	padding:0px 20px !important;
	width:200px !important;
}
.ubermenu-submenu.ubermenu-submenu-id-10317, li#menu-item-4068 ul.sub-menu li, li#menu-item-14542 ul.sub-menu li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
}
li#menu-item-4068 ul.sub-menu li a, li#menu-item-14542 ul.sub-menu li a{
	color:#b53c1f !important;
	font-size:14px !important;
}
li#menu-item-4068 ul.sub-menu li a:hover, li#menu-item-14542 ul.sub-menu li a:hover{
	color:#fec828 !important;
}
.ubermenu-submenu.ubermenu-submenu-id-10788.ubermenu-submenu-type-auto{
	max-width:144px !important;
	left:auto !important;
}
li#field_1_6 label.gfield_consent_label{
	float: left;
    width: calc(100% - 20px);
    margin-left: 6px;
}
input#input_1_6_1{
	float:left;
}
div.gform_body input, div.gform_body textarea{
	color:#000 !important;
}

.mobile-friendly-col-2 .woopack-product-grid{
	min-height:430px !important;
	height:auto !important;
}
.mobile-friendly-col-2 .woocommerce-ordering{
	display:none !important;
}

/*
@media(max-width:520px){
	.mobile-friendly-col-2 .woocommerce.woopack-products-grid-wrap ul.products.woopack-products li.product{
		width:49% !important;
	}
	.mobile-friendly-col-2 .woocommerce.woopack-products-grid-wrap ul.products.woopack-products li.product:nth-child(odd){
		margin-right:2% !important;
	}
}

*/
@media only screen and (max-width: 992px) and (min-width: 768px){
	.sub-menu{
		background-color:#fff;
		padding:0 20px;
		border-radius:10px !important;
		border-bottom: 5px solid #f18230 !important;
	}
	.sub-menu li a{
		color: #b53c1f !important;
   		font-size: 14px !important;
		line-height:20px !important;
		padding: 10px 15px !important;
	}
	.sub-menu li a:hover{
		color:#fec828 !important;
	}
	.sub-menu li{
		border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
	}
}
a.added_to_cart.wc-forward.button.alt {
    display: none !important;
    max-height: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1px !important;
    visibility: hidden !important;
}
.ubermenu-submenu-id-11445{
	border-radius: 10px !important;
    border-bottom: 5px solid #f18230 !important;
    padding: 0px 20px !important;
    width: 180px !important;
}
.ubermenu-submenu-id-11445 li{
	border-bottom:1px solid rgba(0, 0, 0, 0.1)!important;
	width:100% !important;
}
.ubermenu-submenu-id-11445 li a{
	color: #b53c1f !important;
    font-size: 14px !important;
	padding:10px 15px !important;
}
.ubermenu-submenu-id-11445 li a:hover {
    color: #fec828 !important;
}