/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* Restore clickability to social icons in the header */
.elementor-widget-social-icons {
    pointer-events: auto !important;
}

/* Forces the container and the icons to accept clicks */
selector .elementor-social-icons-wrapper,
selector .elementor-icon {
    pointer-events: auto !important;
    cursor: pointer !important;
    z-index: 99 !important;
}

/* Default style for desktop */
.contact-map {
  width: 100%;
  height: 480px;
  border: 0;
}

/* Style for mobile devices (screens smaller than 768px) */
@media (max-width: 768px) {
  .contact-map {
    height: 300px;
  }
}