/*
Theme Name: Tradecom
Theme URI: https://www..com/
Author: Beetle Web-Studio
Author URI: https://beetle.net.ua/
Description: This theme special for Lease (www.tradecom.co.il) by Beetle Web-Studio (www.beetle.pw)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beetle-tradecom
Tags: one-column, two-columns, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

.pointer-label{
	font-size:18px !important;
}

@media(min-width: 1024px) {
	.banner-with-advantages + .block  {
		padding: 0 20%;
	}
	.banner-with-advantages + .block .pb-md-16p {
	    padding-bottom: 30px !important;
	}
	.banner-with-advantages + .block p {
		font-size: 25px;
	}
}

header nav ul li.has-children:hover .sub-menu, header nav ul li.has-children:focus .sub_menu {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}