/*
Theme Name: BeFresh.ca
Theme URI: http://totalwptheme.com
Description: BeFresh a child theme of Total WordPress theme
Author: SPUD
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/
/* Parent stylesheet should be loaded from functions.php not using @import */


.footer-widget {
    font-size: 14px;
}
.page-header.background-image-page-header .page-header-title {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 100%;
    font-size: 4.5em;
    font-weight: 300;
    max-width: 100% !important;
    text-shadow: 1px 1px 5px rgba(94, 94, 94, 0.88);
}
.vc_custom_1419328663991 {
    background-color: #fff !important;
}
.bwmap {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.sh-content {
    font-size: 11px;
}
.sh-link > a:link {
    text-align: center;
    margin: 0px auto;
    display: block;
}
.wdi_photo_wrap {
    padding: 5px;
    width: 145px !important;
}
.wdi_feed_thumbnail_1 .wdi_photo_wrap {
    padding: 5px;
 width: calc(100% - 2 *5px) !important;
}
.wdi_layout_th .wdi_feed_item {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 50% !important;
}
.wprm-recipe-rating svg {
    vertical-align: middle;
    margin-top: -.15em!important;
    width: auto !important;
    height: 2em !important;
}
.total .wc-product-table .cart .qty {
    width: 60px !important;
}
.single-product .my-product-banners {
	display: none;
}

a.smbutnx {
	border: solid 1px;
	padding: 4px 8px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	    border-radius: 3px;
	margin: 2px 4px;
}
a:hover.smbutnx {
	background-color: #efefef;
}

.woocommerce-form-login label, .woocommerce-address-fields__field-wrapper label, .woocommerce-EditAccountForm label {
	display: block;
	font-size: 13px;
    font-weight: bold;
}
.woocommerce-form-login input, .woocommerce-address-fields__field-wrapper input, .woocommerce-EditAccountForm input {
	display: block;
	width: 100%;
}

/*  iphone ********************************************************************************/
@media (min-width: 9px) and (max-width: 767px) {
#site-logo img {
    display: inline;
    vertical-align: middle;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 200px !important;
}
	#site-header.overlay-header #site-header-inner {
    padding-top: 10px !important;
    padding-bottom: 30px;
}
	body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 30% !important;
    margin-top: -15px;
}
}
