/* 
Theme Name: Belle Blu Designs
Version: 1.0 
Description: Child theme for Storefront. 
Author: Woo
Author URI: http://woocommerce.com 
Template: storefront */

/* ----- START COLOURS ----- */

/* extra-light-beige: #F9F5F3; */
/* light-beige: #E1D1C7; */
/* medium-biege: #D0B8A8; */
/* dark-beige: #B79179; */
/* light-grey: #E0E0DE; */
/* medium-grey: #666666; */
/* dark-grey: #333333; */

/* black: #000000; */
/* light-pink: #F6E6E6; */
/* medium-pink: #E5C4BF; */
/* dark-pink: #D0948B; */

/* ----- END COLOURS ----- */

/* Downlaoded Fonts Usage

font-family: 'Bodoni Moda', serif;
font-weight: 400; // Regular 400

font-family: 'Lato', sans-serif;
font-weight: 400; // Regular 400
font-weight: 700; // Bold 700
font-weight: 900; // Black 900

font-family: 'Satisfy', cursive;
font-weight: 400; // Regular 400

*/

/* ----- START MISCELLANEOUS STYLES ----- */

* {
	outline: none!important;
}
body {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Bodoni Moda', serif;
	font-weight: 400;
	font-style: normal;
}
.full-width {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	white-space: normal;
}
.full-width.articles-container {
	font-size: 0;
	margin: 0 0 40px 0;
	text-align: left;
}
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
	background-color: #FFF;
	color: #333;
	box-shadow: none;
	border: 1px solid #CCC;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
	background-color: #F3F3F4;
}
.select2-container--default .select2-selection--single {
	padding: .6180469716em;
	height: auto;
	border-radius: 0;
	border: 1px solid #CCC;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

/* ----- END MISCELLANEOUS STYLES ----- */



/* ----- START HEADER STYLES ----- */

.site-header {
	padding: 0;
}
.header-top-bar {
	color: #FFF;
	background-color: #E5C4BF;
}
.header-top-bar .col-full.top-bar {
	padding: 0 10px 0 10px;
	margin: 0;
}
.woocommerce-active .site-header .site-search .widget_product_search input[type=search] {
	background-color: #E5C4BF;
	color: #FFF;
	padding: 1em 15px 1em 35px;
	border: none;
} /* form:not(.wp-block-search) */
.woocommerce-active .site-header .site-search .widget_product_search input[type=search]::placeholder {
	color: #FFF;
}
.widget_product_search form:before {
	color: #FFF;
	left: 10px;
}
.header-contact {
	display: block;
    width: 100%;
    margin:0;
	text-align: center;
}
a.header-tel,
a.header-email,
a.header-social {
	display: inline-block;
	color: #FFFFFF;
	width: auto;
	height: 24px;
	line-height: 22px;
	font-size: 1rem;
	margin: 5px 0 5px 15px;
	font-weight: 400;
}
a.header-tel {
	margin: 5px 0 5px 0;
}
a.header-email {
	margin: 5px 0 5px 15px;
}
a.header-social {
	margin: 5px 0 5px 15px;
}
a.header-email span.mob-show {
	display: inline-block;
}
a.header-email span.mob-hide {
	display: none;
}
a.header-tel:link,
a.header-tel:visited {
	padding: 0 0 0 22px;
	background-image: url(assets/images/icons/tel-white.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 16px auto;
}
a.header-tel:hover,
a.header-tel:active,
a.header-tel:focus {
	color: #D0948B;
	background-image: url(assets/images/icons/tel-dark-pink.png);
}
a.header-email:link,
a.header-email:visited {
	padding: 0 0 0 22px;
	background-image: url(assets/images/icons/email-white.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 16px auto;
}
a.header-email:hover,
a.header-email:active,
a.header-email:focus {
	color: #D0948B;
	background-image: url(assets/images/icons/email-dark-pink.png);
}
a.header-social:link,
a.header-social:visited {
	padding: 0 0 0 14px;
	background-image: url(assets/images/icons/facebook-white.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 8px auto;
}
a.header-social:hover,
a.header-social:active,
a.header-social:focus {
	color: #D0948B;
	background-image: url(assets/images/icons/facebook-dark-pink.png);
}

.woocommerce-active .site-header .site-branding {
	width: 100%;
	margin: 0;
	padding: 40px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    float: none;
}
.site-header .custom-logo-link {
	max-width: 90%;
	margin: 0 auto;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	float: none;
}
.site-header .custom-logo-link img {
	max-width: 100%;
}

	/* ----- START NAV STYLES ----- */
	
	.storefront-primary-navigation {
		display: block;
		float: left;
		width: 100%;
		background-color: #F6E6E6;
		color: #D0948B;
	}
	.main-navigation button.menu-toggle {
		margin-top: -79px;
	}
	
	.main-navigation ul li,
	.secondary-navigation ul li {
		width: 100%;
	}

	/* Sub Menu */
	.handheld-navigation .dropdown-toggle {
		color: #FFF;
		padding: 14px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		position: relative;
		padding-bottom: 80px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu::before {
		content: "";
		width: calc(100% - 70px);
		margin: 0 auto;
		display: block;
		height: 46px;
		position: absolute;
		bottom: 33px;
		left: 0;
		right: 0;
		background-image: url("assets/images/icons/BBD-separator.png");
		background-size: auto 46px;
		background-repeat: no-repeat;
		background-position: center center;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu::after {
		content: "";
		width: 100%;
		display: block;
		height: 8px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgb(202,132,123);
		background: linear-gradient(90deg, rgba(202,132,123,1) 0%, rgba(240,225,222,1) 50%, rgba(202,132,123,1) 100%);
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
		background-image: url("assets/images/icons/bullet-point-pink.png");
		background-position: 5px center;
		background-size: 9px auto;
		background-repeat: no-repeat;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:active,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:active,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
		background-image: url("assets/images/icons/bullet-point-white.png");
		background-position: 5px center;
		background-size: 9px auto;
		background-repeat: no-repeat;
	}

	/* ----- END NAV STYLES ----- */
	
	
	/* ----- START CART STYLES ---- */
	
	#site-header-cart a.cart-contents {
		color: #D0948B;
		padding: 1em 10px;
	}
	#site-header-cart a.cart-contents:hover,
	#site-header-cart a.cart-contents:active,
	#site-header-cart a.cart-contents:focus {
		background-color: #D0948B;
		color: #FFF;
	}
	.site-header-cart .cart-contents .count {
		opacity: 0.8;
	}
	.site-header-cart .widget_shopping_cart {
		background-color: #FFFFFF;
		border-top: 8px solid #D0948B;
	}
	.site-header-cart .widget_shopping_cart::after {
		content: "";
		width: 100%;
		display: block;
		height: 8px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgb(202,132,123);
		background: linear-gradient(90deg, rgba(202,132,123,1) 0%, rgba(240,225,222,1) 50%, rgba(202,132,123,1) 100%);
	}
	.site-header-cart .widget_shopping_cart a {
		color: #D0948B;
	}
	.site-header-cart .widget_shopping_cart a:hover,
	.site-header-cart .widget_shopping_cart a:active,
	.site-header-cart .widget_shopping_cart a:focus {
		color: #333333;
	}
	.site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
		color: #D0948B;
	}
	.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:hover::before,
	.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:active::before,
	.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:focus::before {
		color: #333333;
	}
	.site-header-cart .widget_shopping_cart,
	.site-header .product_list_widget li .quantity {
		color: #333333;
	}
	.site-header-cart .widget_shopping_cart .product_list_widget li {
		border-bottom: 1px solid #D0948B;
	}
	.site-header-cart .widget_shopping_cart .widget_shopping_cart_content {
		padding-bottom: 8px;
	}
	.site-header-cart .widget_shopping_cart .total {
		background-color: #F6E6E6;
		color: #D0948B;
		border-bottom: 1px solid #D0948B;
	}
	.site-header-cart .widget_shopping_cart .buttons {
		background-color: #FFFFFF;
	}
	
	/* ----- END CART STYLES ----- */

/* ----- END HEADER STYLES ----- */




/* ----- START FOOTER STYLES ----- */

.site-footer {
	padding: 20px 0 90px 0;
	background-color: #F6E6E6;
	position: relative;
}
.site-footer::before {
	content: "";
	width: 100%;
	display: block;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgb(202,132,123);
	background: linear-gradient(90deg, rgba(202,132,123,1) 0%, rgba(240,225,222,1) 50%, rgba(202,132,123,1) 100%);
}
.site-footer .menu-footer-menu-container {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
}
.site-footer .menu-footer-menu-container ul {
	list-style: none;
	width: 100%;
	margin: 0;
	font-size: 0.85rem;
}
.site-footer .menu-footer-menu-container ul li {
	width: auto;
	display: inline-block;
	margin: 0 0 5px 0;
	border-right: 1px solid #D0948B;
}
.site-footer .menu-footer-menu-container ul li.last {
	border-right: none;
}
.site-footer .menu-footer-menu-container ul li a {
	font-family: 'Bodoni Moda', serif;
}
.site-footer .menu-footer-menu-container ul li a:link,
.site-footer .menu-footer-menu-container ul li a:visited {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;
}
.site-footer .menu-footer-menu-container ul li a:hover,
.site-footer .menu-footer-menu-container ul li a:active,
.site-footer .menu-footer-menu-container ul li a:focus {
	color: #333333;
}
.footer-payment-logos {
	width: 100%;
	display: block;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.footer-payment-logos img {
	max-width: 264px;
	margin: 0 auto;
}
.footer-bottom {
	width: 100%;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #D0948B;
}
.footer-bottom span {
	width: 100%;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	color: #D0948B;
}
.footer-bottom a {
	text-decoration: none;
}
.footer-bottom a:link,
.footer-bottom a:visited {
	color: #D0948B;
}
.footer-bottom a:hover,
.footer-bottom a:active,
.footer-bottom a:focus,
.site-footer a:not(.button):not(.components-button):hover,
.site-footer a:not(.button):not(.components-button):active,
.site-footer a:not(.button):not(.components-button):focus {
	color: #333333;
}
.footer-top {
	width: 100%;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}
.site-footer .footer-logo-block {
	display: block;
	max-width: 220px;
	margin: 40px auto 40px auto;
}
.site-footer .footer-logo-block .footer-logo {
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.site-footer .footer-logo-block .footer-logo:hover,
.site-footer .footer-logo-block .footer-logo:active,
.site-footer .footer-logo-block .footer-logo:focus {
	mix-blend-mode: color-burn;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.footer-contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    width: 100%;
	margin: 0 0 30px 0;
	text-align: center;
}
.site-footer a:not(.button):not(.components-button) {
	color: #D0948B;
}
.footer-contact a.footer-tel,
.footer-contact a.footer-email,
.footer-contact a.footer-social {
	display: inline-block;
	color: #D0948B;
	width: auto;
	height: 24px;
	line-height: 26px;
	font-size: 1.125rem;
	font-family: 'Bodoni Moda', serif;
	margin: 5px 0 5px 0;
	font-weight: 400;
	text-decoration: none;
}
.footer-contact a.footer-tel:link,
.footer-contact a.footer-tel:visited {
	padding: 0 0 0 30px;
	background-image: url(assets/images/icons/tel-dark-pink.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 22px auto;
}
.footer-contact a.footer-tel:hover,
.footer-contact a.footer-tel:active,
.footer-contact a.footer-tel:focus {
	color: #333333;
	background-image: url(assets/images/icons/tel-grey.png);
}
.footer-contact a.footer-email:link,
.footer-contact a.footer-email:visited {
	padding: 0 0 0 30px;
	background-image: url(assets/images/icons/email-dark-pink.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 22px auto;
}
.footer-contact a.footer-email:hover,
.footer-contact a.footer-email:active,
.footer-contact a.footer-email:focus {
	color: #333333;
	background-image: url(assets/images/icons/email-grey.png);
}
.footer-contact a.footer-social:link,
.footer-contact a.footer-social:visited {
	padding: 0 0 0 20px;
	background-image: url(assets/images/icons/facebook-dark-pink.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 11px auto;
}
.footer-contact a.footer-social:hover,
.footer-contact a.footer-social:active,
.footer-contact a.footer-social:focus {
	color: #333333;
	background-image: url("assets/images/icons/facebook-grey.png");
}

/* ----- END FOOTER STYLES ----- */


/* ----- START CONTACT PAGE STYLES ----- */

input[type=text],
input[type=number],
input[type=email],
input[type=tel] {
	width: 100%;
}
.contact-sidebar p {
	margin: 0 0 10px 0;
	color: #333;
}
.contact-sidebar p:first-of-type {
	margin-bottom: 20px;
}
.contact-sidebar a.contact-tel,
.contact-sidebar a.contact-email,
.contact-sidebar a.contact-social {
	display: inline-block;
	color: #D0948B;
	width: auto;
	height: 24px;
	line-height: 26px;
	font-size: 1.125rem;
	font-family: 'Bodoni Moda', serif;
	margin: 5px 0 5px 0;
	font-weight: 400;
	text-decoration: none;
	word-break: break-all;
}
.contact-sidebar a.contact-tel:link,
.contact-sidebar a.contact-tel:visited {
	padding: 0 0 0 30px;
	background-image: url(assets/images/icons/tel-dark-pink.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 22px auto;
}
.contact-sidebar a.contact-tel:hover,
.contact-sidebar a.contact-tel:active,
.contact-sidebar a.contact-tel:focus {
	color: #333333;
	background-image: url(assets/images/icons/tel-grey.png);
}
.contact-sidebar a.contact-email:link,
.contact-sidebar a.contact-email:visited {
	padding: 0 0 0 30px;
	background-image: url(assets/images/icons/email-dark-pink.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 22px auto;
}
.contact-sidebar a.contact-email:hover,
.contact-sidebar a.contact-email:active,
.contact-sidebar a.contact-email:focus {
	color: #333333;
	background-image: url(assets/images/icons/email-grey.png);
}
.contact-sidebar a.contact-social:link,
.contact-sidebar a.contact-social:visited {
	padding: 0 0 0 20px;
	background-image: url(assets/images/icons/facebook-dark-pink.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 11px auto;
}
.contact-sidebar a.contact-social:hover,
.contact-sidebar a.contact-social:active,
.contact-sidebar a.contact-social:focus {
	color: #333333;
	background-image: url("assets/images/icons/facebook-grey.png");
}

/* ------ END CONTACT PAGE STYLES ------ */


.hentry .entry-content a {
    text-decoration: none;
}
.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
	margin-bottom: 0;
}
.home .entry-header h1 {
	display: none;
}
.separator-title h4 {
	font-size: 1.5rem;
}
.home .entry-content ul.products li.product.product-category img {
	margin-bottom: 0;
}
.home .entry-content ul.products li.product.product-category .woocommerce-loop-category__title {
	background-color: #c7b097;
    padding: 15px 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.featured-block {
	background-image: url("assets/images/icons/BBD-logo-medium-pink.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.featured-block ul.products li.product .woocommerce-loop-product__title,
.featured-block ul.products li.product .price {
	color: #FFF;
}
.pink-gradient-bg {
	background: rgb(229,196,191);
	background: linear-gradient(0deg, rgba(246,230,230,1) 60%, rgba(229,196,191,1) 60%);
}
.script-font {
	font-family: 'Satisfy', cursive;
}
.dark-pink {
	color: #D0948B;
}
.category-block::after {
	content: "";
	width: calc(100% - 15px);
	margin: 0 auto;
	display: block;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(202,132,123);
	background: linear-gradient(90deg, rgba(202,132,123,1) 0%, rgba(240,225,222,1) 50%, rgba(202,132,123,1) 100%);
}
.category-block h3 {
	font-size: 1rem;
	margin: 0;
}
.category-block h3 a,
.category-block p a {
	text-decoration: none;
}
.category-block h3 a:link,
.category-block h3 a:visited {
	color: #333333;
}
.category-block h3 a:hover,
.category-block h3 a:active,
.category-block h3 a:focus {
	color: #D0948B;
}
.category-block p {
	color: #D0948B;
	margin: 0;
}
.category-block p a:link,
.category-block p a:visited {
	color: #D0948B;
}
.category-block p a:hover,
.category-block p a:active,
.category-block p a:focus {
	color: #333333;
}
/* Hide the buttons from the products on the Home Page */
.home ul.products li.product .button {
	display: none;
}
.outline-btn {
	font-family: 'Bodoni Moda', serif;
}

.storefront-full-width-content .site-main .home-two-products ul.products.columns-3 li.product,
.home-two-products li.product {
	width: 100%;
	margin: 0;
}
.home-two-products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	position: relative;
}
.home-two-products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link::before {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	height: 50%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
}
.home-two-products ul.products li.product img {
	width: 100%;
    margin: 0;
}
.home-two-products h2.woocommerce-loop-product__title {
	position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    color: #FFF;
}
.home-two-products ul.products li.product .price {
	position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #FFF;
    margin: 0;
}


.vc_toggle_color_pink .vc_toggle_icon {
	background-color: #D0948B;
}


/* ----- START TESTIMONIALS STYLES ----- */

.strong-view.wpmtst-modern.customer-reviews-container .wpmtst-testimonial-field {
/*	text-align: left;*/
}
.strong-view.wpmtst-modern.customer-reviews-container .wpmtst-testimonial.testimonial.masonry-brick {
	border: 1px solid #F6E6E6;
}
.strong-view.wpmtst-modern.customer-reviews-container .testimonial-prod-link {
	font-size: 0.85rem;
}
.strong-view.wpmtst-modern.customer-reviews-container .testimonial-prod-link a:link,
.strong-view.wpmtst-modern.customer-reviews-container .testimonial-prod-link a:visited {
	color: #D0948B;
}
.strong-view.wpmtst-modern.customer-reviews-container .testimonial-prod-link a:hover,
.strong-view.wpmtst-modern.customer-reviews-container .testimonial-prod-link a:active,
.strong-view.wpmtst-modern.customer-reviews-container .testimonial-prod-link a:focus {
	color: #333333;
}
.strong-view.wpmtst-modern.customer-reviews-container .wpmtst-testimonial-content:before,
.strong-view.wpmtst-modern.customer-reviews-container .wpmtst-testimonial-content:after {
    color: #F6E6E6;
    background: #F6E6E6;
}
.strong-view.wpmtst-modern.customer-reviews-container .wpmtst-testimonial-content:before {

}
/* /wp-content/plugins/strong-testimonials/public/svg/quote-left-solid.svg */
.strong-view.wpmtst-modern.customer-reviews-container .wpmtst-testimonial-content:after {
	bottom: 75px;
}
/* /wp-content/plugins/strong-testimonials/public/svg/quote-right-solid.svg */

/* ----- END TESTIMONIALS STYLES ----- */


/* ---- START CHILD PAGE BLOCKS ---- */

.child-page-block {
	width: 48%;
	display: inline-block;
	clear: both;
	margin: 0 2% 15px 0;
	padding: 0;
	font-size: 0;
	vertical-align: top;
}
.child-page-block:nth-of-type(2n) {
	margin: 0 0 15px 2%;
}
.child-page-block.articles {
	width: 100%;
	margin: 0 0 15px 0;
}
.child-page-block a {
	display: block;
	position: relative;
}
.child-page-block-img {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.child-page-block-img img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block-text {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 0;
	padding: 20px 10px;
	text-align: center;
	background-color:rgba(255,255,255, 0.8);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.child-page-block-text h4 {
	color: #333333;
	padding: 0;
	margin: 0 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	font-size: 1rem;
	text-transform: capitalize;
}

.child-page-block-text span {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block a:hover .child-page-block-img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block a:hover .child-page-block-img img {
	transform: scale(1.25);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block a:hover .child-page-block-text {
	color: #FFF;
	background-color: #D0948B;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block a:hover .child-page-block-text h4,
.child-page-block a:hover .child-page-block-text span {
	color: #FFFFFF;
}
.child-page-block-profile-links {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block-profile-links .profile-links-email {
	width: 25%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background-color:#FFF;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.child-page-block-profile-links .profile-links-tel {
	width: 25%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background-color:#FFF;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.child-page-block-profile-links .profile-links-btn {
	width: 50%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background-color:#FFF;
	border-top: 1px solid #ccc;
}
.child-page-block-profile-links .profile-links-btn .show_hide {
	display: none;
}
.child-page-block-profile-links .profile-links-email a.profile-list-email,
.child-page-block-profile-links .profile-links-email a.profile-list-email:link,
.child-page-block-profile-links .profile-links-email a.profile-list-email:visited {
	width: 100%;
	height: 40px;
	display: block;
	background-image: url("assets/images/icons/email-black.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}
.child-page-block-profile-links .profile-links-email a.profile-list-email:hover,
.child-page-block-profile-links .profile-links-email a.profile-list-email:active,
.child-page-block-profile-links .profile-links-email a.profile-list-email:focus {
	background-image: url("assets/images/icons/email-white.png");
	background-color: #D0948B;
}
.child-page-block-profile-links .profile-links-tel a.profile-list-tel,
.child-page-block-profile-links .profile-links-tel a.profile-list-tel:link,
.child-page-block-profile-links .profile-links-tel a.profile-list-tel:visited {
	width: 100%;
	height: 40px;
	display: block;
	background-image: url("assets/images/icons/tel-black.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}
.child-page-block-profile-links .profile-links-tel a.profile-list-tel:hover,
.child-page-block-profile-links .profile-links-tel a.profile-list-tel:active,
.child-page-block-profile-links .profile-links-tel a.profile-list-tel:focus {
	background-image: url("assets/images/icons/tel-white.png");
	background-color: #D0948B;
}
.child-page-block-profile-links .profile-links-btn a.profile-list-btn,
.child-page-block-profile-links .profile-links-btn a.profile-list-btn:link,
.child-page-block-profile-links .profile-links-btn a.profile-list-btn:visited {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	color: #000;
	font-size: 0.9rem;
}
.child-page-block-profile-links .profile-links-btn a.profile-list-btn:hover,
.child-page-block-profile-links .profile-links-btn a.profile-list-btn:active,
.child-page-block-profile-links .profile-links-btn a.profile-list-btn:focus {
	background-color: #D0948B;
	color: #FFF;
}

.child-page-block.articles .child-page-block-text {
	text-align: left;
}
.child-page-block.articles .excerpt {
	margin: 20px 0 20px 0;
}
.child-page-block.articles .read-more-btn,
.child-page-block.files .read-more-btn {
	display: inline-block;
	width: auto;
	padding: 10px 25px;
	background-color: #D0948B;
	color: #FFF;
	text-transform: none;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 3px;
	margin: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
.child-page-block.files .read-more-btn {
	margin-top: 15px;
}
.child-page-block a:hover .excerpt {
	color: #FFFFFF;
}
.child-page-block a:hover span.read-more-btn {
	background-color: #FFFFFF;
	color: #D0948B;
}
.prev-link,
.next-link {
	font-size: 1rem;
	margin: 20px;
}

/* ---- END CHILD PAGE BLOCKS ---- */

/* ---- START CART PAGES ---- */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #D0948B;
}

.woocommerce-cart-form table:not( .has-background ) th,
.cart_totals table:not( .has-background ) th {
	background-color: #D0948B;
	color: #FFFFFF;
}
.woocommerce-cart-form table:not( .has-background ) tbody td,
.cart_totals table:not( .has-background ) tbody td {
    background-color: #fdf4f4;
}
.woocommerce-cart-form table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend,
.cart_totals table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: #F6E6E6;
}
.woocommerce-cart-form .product-name a,
.woocommerce-cart-form .product-name a:link,
.woocommerce-cart-form .product-name a:visited,
.cart_totals .product-name a,
.cart_totals .product-name a:link,
.cart_totals .product-name a:visited {
	color: #D0948B;
}
.woocommerce-cart-form .product-name a:hover,
.woocommerce-cart-form .product-name a:active,
.woocommerce-cart-form .product-name a:focus,
.cart_totals .product-name a:hover,
.cart_totals .product-name a:active,
.cart_totals .product-name a:focus {
	color: #333333;
}
.woocommerce-cart-form a.remove::before,
.woocommerce-cart-form a.remove:link::before,
.woocommerce-cart-form a.remove:visited::before,
.cart_totals a.remove::before,
.cart_totals a.remove:link::before,
.cart_totals a.remove:visited::before {
	color: #D0948B;
}
.woocommerce-cart-form a.remove:hover::before,
.woocommerce-cart-form a.remove:active::before,
.woocommerce-cart-form a.remove:focus::before,
.cart_totals a.remove:hover::before,
.cart_totals a.remove:active::before,
.cart_totals a.remove:focus::before {
	color: #333333;
}
.woocommerce-cart-form input[type=number],
.cart_totals input[type=number] {
	background-color: #FFF;
	color: #333;
	border: none;
	box-shadow: none;
}
/* ---- END CART PAGES ---- */

.single-product div.product table.variations select {
	width: 100%;
	max-width: 100%;
	padding: 10px;
}







/* ---------------------------- */
/* ----- START TAB STYLES ----- */
/* ---------------------------- */
@media (min-width: 481px) {
	
	/* ----- START TESTIMONIALS STYLES ----- */

	.strong-view.wpmtst-modern.customer-reviews-container .strong-masonry.columns-3 .wpmtst-testimonial,
	.strong-view.wpmtst-modern.customer-reviews-container .strong-masonry.columns-3 .grid-sizer {
		width: 100%;
	}

	/* ----- END TESTIMONIALS STYLES ----- */
	
	.single-product div.product table.variations select {
		max-width: 70%;
	}
	
}
/* -------------------------- */
/* ----- END TAB STYLES ----- */
/* -------------------------- */










/* ----------------------------- */
/* ----- ADDITIONAL STYLES ----- */
/* ----------------------------- */
@media (min-width: 500px) {
	
	/* ----- START HEADER STYLES ----- */
	
	a.header-social {
		margin: 5px 10px 5px 15px;
	}
	a.header-email span.mob-show {
		display: none;
	}
	a.header-email span.mob-hide {
		display: inline-block;
	}
	
	/* ----- END HEADER STYLES ----- */
	
}
/* --------------------------------- */
/* ----- END ADDITIONAL STYLES ----- */
/* --------------------------------- */












/* -------------------------------- */
/* ----- START DESKTOP STYLES ----- */
/* -------------------------------- */
@media (min-width: 768px) {
	
	/* ----- START MISCELLANEOUS STYLES ----- */
	
	.col-full {
		max-width: 75em;
	}
	
	/* ------ END MISCELLANEOUS STYLES ------ */
	
	
	/* ----- START HEADER STYLES ----- */
	
	.site-header {
		padding: 0;
		background-size: 426px auto;
	}
	.header-top-bar .col-full.top-bar {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		margin: 0 auto;
	}
	.site-header .site-branding {
		padding: 0;
	}
	.woocommerce-active .site-header .site-search {
		width: 25%;
		display: block;
		margin: 0;
		background: transparent;
	}
	.header-contact {
		width: 75%;
		display: block;
		margin: 0;
		text-align: right;
	}
	.site-header .custom-logo-link {
		max-width: 375px;
		margin: 0;
	}
	.site-header .site-branding .custom-logo-link img {
		width: 100%;
		max-width: 100%;
	}
	
	
	/* ----- END HEADER STYLES ----- */
	
	
	
	/* ----- START NAV STYLES ----- */
	
		.main-navigation ul li,
		.secondary-navigation ul li {
			float: left;
			width: auto;
		}
		.main-navigation ul li.home-link a {
			background-image: url(assets/images/icons/dog-house-icon.png);
			background-repeat: no-repeat;
			background-position: 1em 50%;
			background-size: 25px auto;
			padding: 1.618em 1em 1.618em 3em;
		}
	
		/* Sub menu */
		.main-navigation ul.menu ul.sub-menu,
		.main-navigation ul.nav-menu ul.children {
			background-color: #654D40;
			background-color: #3D3029;
		}
		
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
			position: absolute;
			padding-bottom: 103px;
		}
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu::before {
			width: calc(100% - 70px);
		}

	/* ----- END NAV STYLES ----- */
	
	
	



	/* ----- START FOOTER STYLES ----- */
		
	.site-footer {
		padding: 20px 0 20px 0;
	}
	.footer-contact {
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	.footer-contact a.footer-tel,
	.footer-contact a.footer-email,
	.footer-contact a.footer-social {
		margin: 5px 0 5px 15px;
	}
	.footer-contact a.footer-email {
		margin: 5px 0 5px 30px;
	}
	.footer-contact a.footer-social {
		margin: 5px 0 5px 30px;
	}
	
	/* ----- END FOOTER STYLES ----- */
	
	
	/* ----- START CONTACT PAGE STYLES ----- */
	input[type=text],
	input[type=number],
	input[type=email],
	input[type=tel] {
		width: 80%;
	}
	/* ----- END CONTACT PAGE STYLES ----- */
	
	.storefront-breadcrumb {
		margin: 0 0 1.706326em;
	}
	.storefront-full-width-content.woocommerce-cart .entry-header,
	.storefront-full-width-content.woocommerce-checkout .entry-header,
	.storefront-full-width-content.woocommerce-account .entry-header,
	.storefront-full-width-content .woocommerce-products-header {
		padding: 0 0 3.996835em;
	}
	
	.pink-gradient-bg {
		background: rgb(229,196,191);
		background: linear-gradient(90deg, rgba(229,196,191,1) 40%, rgba(246,230,230,1) 40%);
	}
	
	.featured-block {
		background-position: right center;
		background-size: contain;
	}
	
	/* ----- START TESTIMONIALS STYLES ----- */

	.strong-view.wpmtst-modern.customer-reviews-container .strong-masonry.columns-3 .wpmtst-testimonial,
	.strong-view.wpmtst-modern.customer-reviews-container .strong-masonry.columns-3 .grid-sizer {
		width: 48%;
	}

	/* ----- END TESTIMONIALS STYLES ----- */
	
	
	/* ---- START CHILD PAGE BLOCKS ---- */
	
	.child-page-block {
		width: 22.5%;
		clear: none;
		margin: 0 3% 35px 0;
		vertical-align: top;
	}
	.child-page-block:nth-of-type(2n) {
		margin: 0 3% 35px 0;
	}
	.child-page-block:nth-of-type(4n),
	.child-page-block:last-of-type {
		margin: 0 0 35px 0;
	}
	
	.child-page-block.articles {
		width: 32%;
		clear: none;
		margin: 0 2% 35px 0;
		vertical-align: top;
	}
	.child-page-block.articles:nth-of-type(2n) {
		margin: 0 2% 35px 0;
	}
	.child-page-block.articles:nth-of-type(3n),
	.child-page-block.articles:last-of-type {
		margin: 0 0 35px 0;
	}
	
	/* ---- END CHILD PAGE BLOCKS ---- */
	
}
/* ------------------------------ */
/* ----- END DESKTOP STYLES ----- */
/* ------------------------------ */












/* ------------------------------ */
/* ----- START 900px STYLES ----- */
/* ------------------------------ */
@media (min-width: 900px) {
	
	/* ----- START HEADER STYLES ----- */
	
	.site-header .custom-logo-link {
		
	}
	
	/* ----- END HEADER STYLES ----- */
	
}
/* ---------------------------- */
/* ----- END 900px STYLES ----- */
/* ---------------------------- */












/* ------------------------------- */
/* ----- START 1000px STYLES ----- */
/* ------------------------------- */
@media (min-width: 1000px) {
	
	/* ----- START HEADER STYLES ----- */
	
	.site-header .custom-logo-link {
		
	}
	
	/* ----- END HEADER STYLES ----- */
	
	/* ----- START TESTIMONIALS STYLES ----- */

	.strong-view.wpmtst-modern.customer-reviews-container .strong-masonry.columns-3 .wpmtst-testimonial,
	.strong-view.wpmtst-modern.customer-reviews-container .strong-masonry.columns-3 .grid-sizer {
		width: 31.33%;
	}

	/* ----- END TESTIMONIALS STYLES ----- */
	
}
/* ----------------------------- */
/* ----- END 1000px STYLES ----- */
/* ----------------------------- */












/* ------------------------------- */
/* ----- START 1100px STYLES ----- */
/* ------------------------------- */
@media (min-width: 1100px) {
	
	/* ----- START HEADER STYLES ----- */
	
	.site-header .custom-logo-link {
		
	}
	
	/* ----- END HEADER STYLES ----- */
	
}
/* ----------------------------- */
/* ----- END 1000px STYLES ----- */
/* ----------------------------- */


.grecaptcha-badge { visibility: hidden; }
.site-header-cart .cart-contents {
	padding:1em 0;
}
.woocommerce-active .site-header .main-navigation {
    padding: 0;
}

button#site-navigation-menu-toggle {
    display: none;
}


@media (max-width: 768px) {
	
	/* ----- START HEADER STYLES ----- */
	
	.storefront-primary-navigation .col-full {
		margin: 0;
	}

	ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
	    width: 49%;
	    display: inline-table;
	}
	.separator-title h4 {
	    text-align: center;
	}
	/* ----- END HEADER STYLES ----- */
}



