/*
 Theme Name: Hongo Child
 Theme URI: http://hongo.themezaa.com
 Description: Child theme for Hongo theme
 Version: 1.0
 Author: ThemeZaa
 Author URI: http://www.themezaa.com
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, photography, portfolio
 License: Themeforest Split Licence
 License URI: http://themeforest.net/licenses
 Template: hongo
 Text Domain: hongo-child
*/

/* For Two Button */
.buy-theme {
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	position:fixed;
	top:150px;
	right: -69px;
	z-index: 10;
	background: #fff;
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.buy-theme i {
	font-size: 16px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	color: #6f6f6f;
}

.all-demo i {
	font-size: 15px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	color: #6f6f6f;
}

.buy-theme:hover,
.all-demo:hover {
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	right: 0px;
	background: #f57250;
}

.buy-theme span,
.all-demo span {
	padding:0 9px;
	position: relative;
	top:0;
	opacity: 0;
}

.buy-theme:hover span,
.all-demo:hover span {
	opacity: 1;
	color: #fff;
}

.buy-theme:hover i,
.all-demo:hover i {
	color: #fff;
}

.buy-theme a,
.all-demo a {
	color: #232323;
	font-size: 10px;
	text-transform: uppercase;
	padding:2px 10px;
	display: block;
	text-decoration: none;
	font-weight: 500;
}

.all-demo {
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	position:fixed;
	top:192px;
	right: -102px;
	z-index: 10;
	background: #fff;
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.slider-full-screen {
	height: 1080px;
}

.mfp-wrap ~ .box-layout header.site-header.header-sticky,
.mfp-wrap + .box-layout header.site-header.header-sticky {
	z-index: 99997;
}
.hongo-cart-message, .hongo-wishlist-message {
	z-index: 99999;
}


.hongo-blog-styles .blog-post .blog-image a {
    width: 100% !important;
}

/* Lazyload support */
img.lazyloaded {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

/* For furniture footer google map */
footer .store-location-map {
	height: 120px;
}

footer .store-location-map a {
	height: 100%;
	display: block;
}

.woocommerce .single-product-carousel div.product .product_meta>.products-social-icon ul li {
    margin: 0;
}

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
    max-width: inherit;
}

.category-style-6 { width: 100%; }
.category-style-6 .category-wrap img { width: 100%; }

.hongo-content-newsletter-6 .newsletter-sub-title {
    margin-bottom: 35px;
}

.hongo-content-newsletter-6 .newsletter-title {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 45px;
}