/*
Theme Name: Venedor Child Theme
Theme URI: http://newsmartwave.net/wordpress/venedor/
Author: SW-THEMES
Author URI: http://themeforest.net/user/SW-THEMES
Description: Responsive & Retina Ready Woocommerce Theme
Template: venedor
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: green, blue, orange, pink, brown, one-column, two-columns, left-sidebar, right-sidebar,  fluid-layout, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, sticky-post, translation-ready
*/

@import url("../venedor/style.css");

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.mega-menu .popup ul li {
	width: 270px;
}
.mega-menu .narrow .popup ul li > a, .mega-menu .narrow .popup ul li li > a, .mega-menu .narrow .popup ul li > h5, .mega-menu .narrow .popup ul li li > h5 {
	padding-right: 20px;
}
.contact-detail {
	padding-top: 15px;
}
.block-contacts .contact-icon {
	background: none;
	border: none;
    box-shadow: 0 0;
}
.header-contacts {
	display: flex;
	justify-content: space-around;
}
.contact-block img {
	width: 18px;
}
.col-contacts:first-child {
    margin-right: 20px;
}
.contact-block {
    padding: 5px;
}
.contact-block i {
	width: 18px;
	color: #ff9900;
	font-size: 18px;
    text-align: center;
}
.contact-block a {
    font-size: 1.2em;
    color: #333;
}
.contact-block a:hover {
	color: #ff9900;
}