/**
 * Theme Name: U-Design Child
 * Theme URI: https://udesigntheme.com/envato-market/
 * Description: This is a child theme of U-Design.
 * Author: Andon
 * Author URI: https://1.envato.market/OdObz
 * Template: u-design
 * Version: 1.0.0
 */

/**
 * IMPORTANT: By default this file is not loaded since it has no CSS preloaded. Loading it blank
 * will result in a CSS file needlessly being loaded. This will usually not affect the site appearance,
 * but it's inefficient and extends your page's loading time.
 *
 * If you decide to use this file make sure to enable it from the theme's 'General Options' section first,
 * it's the last checkbox called 'Custom Styles'.
 */

/*********** ADD YOUR CUSTOM CSS CODE BELOW THIS LINE: ***********/

div#map_canvas {
	background-color: #E3E3E3;
	overflow: hidden;
	border: 2px solid #E3E3E3;
    height: 30em;
    margin: 20px auto 40px;
    width: 100%;
}
div#map_canvas div#cookie_map_warn {
	padding: 50px 30px;
	text-align: center;
}
div#map_canvas a#cookie_map_btn {
	font-size: 24px;
}

div#facebook-links {
}
a#fb-bine-avtopralnica {
	display: block;
	background: transparent url( '/wp-content/themes/u-design-child/assets/images/facebook-24.png' ) left center no-repeat;
	height: 24px;
	padding: 0 0 0 36px;
}