/*
Theme Name: Whizz (Child Theme)
Theme URI: http://foxthemes.com/web/wp/whizz
Author: Fox-Themes
Author URI: https://themeforest.net/user/fox-themes
Version: 1.0.0
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whizz-child
Template: whizz
*/

/* = Add your own modification from here
-------------------------------------------------------------- */
.swiper-album {height: 500px!important;}
.contacts-info-wrap.style2 .content-wrap {
    display: flex!important;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}
.contacts-info-wrap.style2 .content-item:not(:last-child) {
    margin-bottom: 15px;
}
.banner-slider .page-view .project .text h1 {display: none;}
.woocommerce ul.products li.product h3 {text-align:center;}
.custom-btn > a {font-size:13px!important;}
.woocommerce .container .row > .col-md-3 {display: none;}
.archive.woocommerce ul.products li.product .price {margin-top: 0;}
.archive.woocommerce ul.products li.product {margin-bottom: 50px;}
.product-overlay {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
	opacity:0;
    background: #000000;
    bottom: 0;
    z-index: 9;
}
.woocommerce ul.products li.product .whizz-prod-list-image:hover > a {opacity:0;}
body.error404 {background: rgba(0,0,0,.35);}
.error404 .hero-inner .bigtext {text-transform: uppercase;}
@media screen and (min-width: 992px) {
	.banner-slider .page-view .project .text p {font-size: 34px; bottom: 60px;}
	.right-menu .logo, .right-menu #top-menu {min-width: 200px;}	
	.error404 .hero-inner .bigtext {font-size: 40px;}
}