/*
Theme Name: 	Whistle Child
Theme URI: 		http://www.wedesignthemes.com/themes/whistle/
Template: 		whistle
Version: 		1.0
Author:			designthemes
Author URI: 	http://themeforest.net/user/designthemes/
Description: 	Child Theme for Whistle WordPress Theme.
*/
@import url("../whistle/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* HEADER */
#header-wrapper { position: relative; z-index: 1; }
.top-right, .header-cart { display: none; }

/* HOME PAGE */
body.home .dt-sc-ico-content.type9 .dt-sc-icon-overlay h4 { bottom: auto; }
body.home .dt-sc-ico-content.type9 .dt-sc-icon-overlay h4 a { display: block; min-height: 220px; padding: 130px 0 0px; }

/* SHOP */
.woocommerce ul.products li { display: inline-block; margin-bottom: 30px; vertical-align: top; width: 33%; }
.woocommerce .products li .column { width: 100%; }
html .product-wrapper { box-shadow: none !important; margin-bottom: 0; }
html ul.products li .product-thumb { text-align: center; }
html .product-content { background-color: rgba(19,19,19,.8); }
html .product-details { padding-top: 20px; }
html .product-details span { display: none; }
html #woo_catalog_enquiry_custom_button { width: auto; }
html #woo_catalog_enquiry_custom_button:hover { color: #5DBAA9; }
html .product-wrapper:hover .product-details > h5 a { color: #5DBAA9 !important; }

/* SHOP - PRODUCT */
html .woo_catalog_enquiry_custom_button_enquiry { float: left; }
html .panel.entry-content, html .panel.entry-content div { color: #FFF !important; }
#woo_catalog .catalog_modal button { border-color: inherit; color: inherit; }

/* MEDIA QUERIES */
@media all and (max-width: 1280px){
	body.home .dt-sc-ico-content.type9 .dt-sc-icon-overlay img { max-width: 75%; }
	body.home .dt-sc-ico-content.type9 .dt-sc-icon-overlay h4 a { padding: 100px 0 0; }

}
@media all and (max-width: 991px){
	body.home .dt-sc-ico-content.type9 .dt-sc-icon-overlay h4 a { padding: 70px 0 0; }
}
@media all and (max-width: 767px){
	body.home .dt-sc-ico-content.type9 .dt-sc-icon-overlay h4 a { padding: 50% 0 15%; }
}

#main-menu ul>li.current-menu-item>a {
  color: #5dbaa9;
}

#main-menu ul li a:hover {
  color: #5DBAA9;
}

.top-bar .dt-sc-contact-info p span {
  color: #5DBAA9;
}

.product-wrapper .featured-tag {
  background-color: #5DBAA9;
}

ul.products li:hover .product-details>h5 a {
  color: #5dbaa9;
}

#main {
  background-color: #ffffff;
}

.woocommerce-Price-amount.amount {
  /* background-color: #ffffff; */
}