/*
Theme Name: Bata Industrials Australia
Template: bata-industrials-parent
Description: Child Theme voor Bata Industrials Australia.
Version: 1.0.0
Author: Internetbureau Sowmedia
Author URI: http://www.sowmedia.nl
*/

@import url("../bata-industrials-parent/style.css"); 

/*--- USE JETPACK FOR ALL CUSTOM CSS ---*/
/*---    DO NOT EDIT THIS FILE!!!    ---*/

#top.home #main .main_color {
	background-image: url('images/map-australia.png');		
    background-position: center bottom -400px!important;
}
@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),  
        only screen and (   min--moz-device-pixel-ratio: 1.5),  
        only screen and (     -o-min-device-pixel-ratio: 3/2),  
        only screen and (        min-device-pixel-ratio: 1.5),  
        only screen and (min-resolution: 192dpi) {    
    #top.home #main .main_color {
        background-image: url('images/map-australia@2x.png');
        background-size: 460px 633px;
    }            
} 

html[lang="en-US"] #top.archive #main .main_color .products .product .inner_product.main_color.wrapped_style.noLightbox {
	min-height: 380px;
}

/**
 * BUTTONS HOMEPAGE LEFT
 */
body#top.home .column-top-margin {
    margin-top: 0;
}
#top.home .bata-buttons-left {
    /*margin-left: -150%;*/
    /*position: absolute;*/
    /*top: 270px;*/
    /*min-width: 300px;*/
    position: fixed;
    left: 0;
    width: 230px;
    top: calc(50vh - 80px);
}
@media screen and (min-width: 861px) and (max-width: 1100px) {
    #top.home .bata-buttons-left {
        /*margin-left: -100%;*/
    }   
}
@media screen and (min-width: 768px) and (max-width: 860px) {
    #top.home .bata-buttons-left {
        /*margin-left: -80%;*/
    }
}
@media screen and (max-width: 775px) {
    #top.home .bata-buttons-left {
        position: static;
        width: 100%;
        margin-top: 30px!important;    
    }
    #top.home #main .main_color {
        background-position: center bottom -124px!important;
    }
/*    #top.home .bata-buttons-left {
        position: static;
        top: 0;
        margin-left: 0;
        float: left;
        padding-bottom: 50px;
    }*/
}
#top.home .bata-buttons-left .avia-button.avia-size-large {
    font-size: 16px;
    min-width: 230px;
    padding: 20px;
}

/* Simple Map */
@media all and (min-width: 990px) {
	#map_search {
		float: left;
		width: 40% !important;
	}
	
	#simplemap,#simplemap-updating {
		float: right;
		width: 60% !important;
	}
}
/* End Simple Map */

.hide-widget-titles h3.widgettitle {
	display: none;
}

/* Specific Product Icons */
/*
.pa_tech-available-sizes:before {
	background-position: 0 -1128px;
}
.pa_suit-shoe-features:before {
	background: url(images/theme-sprite.png) 0 -842px no-repeat; 
}
.pa_suit-shoe-upper:before {
	background: url(images/theme-sprite.png) 0 -563px no-repeat; 
}
.pa_suit-shoe-lining:before {
	background: url(images/theme-sprite.png) 0 -708px no-repeat; 
}
.pa_suit-shoe-width:before {
	background: url(images/theme-sprite.png) 0 -986px no-repeat; 
}
.pa_tech-shoe-safety-toecap:before {
	background: url(images/theme-sprite.png) 0 -1262px no-repeat; 
}
.pa_tech-shoe-outer-toecap:before {
	background: url(images/theme-sprite.png) 0 -1392px no-repeat; 
}
.pa_tech-shoe-penetration:before {
	background: url(images/theme-sprite.png) 0 -296px no-repeat; 
}
*/

/* Dealer page fix */
#top.page-template-default #wrap_all #main .fullsize .content .entry-content-wrapper .avia_textblock ul.location_search li {
	margin-left: 0;
}
#top.page-template-default #wrap_all #main .fullsize .content .entry-content-wrapper .avia_textblock ul.location_search li:before {
	background: none;
}

/* Search Page Fixes */
#top .main_color .template-search .entry-content {
    overflow: hidden;
}
/* Product Title Length */
.single-product .title_container .main-title, .single-product .title_container .breadcrumb  {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.single-product .title_container .main-title, .single-product .title_container .breadcrumb  {
		width: 100%;
	}
}

/* weergave telefoon en fax verborgen op city directory - Alexander 21-3-2018 */
#top .by_city span.pphone, #top .by_city span.ffax {display:none !important;}