/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
body.blog aside #media_image-2 {
  display:none;
}
.x-iso-filter-category {
   margin-bottom: 37px;
}
p.title-ess-loc {
  display: inline;
  color: #74C26D;
  font-size: 18px;
}
ul.ess-cat-content {
  list-style: none;
  margin-left: 10px;
  display: inline;
}
ul.ess-cat-content li {
  display: inline;
  margin-right: 10px;
}
ul.ess-cat-content li a {
  color: #9F9F9F;
  font-size: 18px;
}
ul.ess-cat-content li a:hover,
ul.ess-cat-content li.ess-on-active a {
  color:#234457;
}

.intercom-lightweight-app-launcher {
    position: fixed;
    z-index: 2147483003;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #219CCA !important;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%);
    animation: intercom-lightweight-app-launcher 250ms ease;
}