/*
Theme Name: Bata Industrials Indonesia
Template: bata-industrials-parent
Description: Child Theme voor Bata Industrials Indonesia.
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-indonesia.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-indonesia@2x.png');
        background-size: 460px 633px;
    }            
} 

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

/* menu button */
html[lang="id-ID"] #megaMenu ul.megaMenu ul.sub-menu li.menu-item.ss-nav-menu-highlight a span.wpmega-link-title:after {
	content: "TAMPILKAN";
}

/**
 * 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;
}

/*weird menu fix for ie */
.avia-msie #menu-item-3155 img {
	margin-top: -10px;
}

/* Text in compare button */
#top.archive #main .main_color .products .product .inner_product.main_color.wrapped_style.noLightbox .compare.button {
	font-size: 12px !important;
	padding: 13.5px !important;
}
/* Prevent text-overlap from taking place */
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item {
	white-space: normal;
}

/* Height of shoeboxes */
html[lang="en-US"] #top.archive #main .main_color .products .product .inner_product.main_color.wrapped_style.noLightbox {
	min-height: 380px;
}
html[lang="id-ID"] #top.archive #main .main_color .products .product .inner_product.main_color.wrapped_style.noLightbox {
	min-height: 392px;
}

/* Scroll triggered box */
body #scrolltriggered {
	-webkit-box-shadow: none!important;
	-moz-box-shadow:  none!important;
	box-shadow:  none!important;
	bottom: 0!important;
	border: 2px solid #003752;
	display: block;
}

#scrolltriggered #inscroll {
	padding: 0!important;
}

#scrolltriggered #inscroll img {
	float: right;
}

#scrolltriggered #inscroll ul.stb_social {
	display: none!important;
}

body #scrolltriggered #closebox {
	background: #003752;
	color: #fff;
}

.avia-webkit .vco-storyjs iframe {
	max-height: 100% !important;
	max-width: 100% !important;
	min-height: 270px !important;
}

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