/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			  Bigwig Advertising and Digital
Author URI:		https://elementor.com/
Template:		  hello-elementor
Version:		  1.0.0
Text Domain:	hello-elementor-child
Tags:         flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Tracks
** Menu
**
*/

.elementor-3581 .elementor-element.elementor-element-8d06cff .elementor-nav-menu--dropdown a {
  color: var(--e-global-color-secondary) !important;
}

.elementor-3060 .elementor-element.elementor-element-518dfa3 .elementor-nav-menu--dropdown a {
  color: var(--e-global-color-secondary) !important;
}

.elementor-3060 .elementor-element.elementor-element-518dfa3 .elementor-nav-menu--dropdown .current-menu-item a {
  color: #fff !important;
}

.elementor-3581 .elementor-element.elementor-element-8d06cff .elementor-nav-menu--dropdown a:hover {
  color: #fff !important;
}

.elementor-3581 .elementor-element.elementor-element-8d06cff .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: var(--e-global-color-accent) !important;
  background-color: #BBB !important;
}

.elementor-11003 .elementor-element.elementor-element-6c5733c4 span.post-navigation__prev--title {
  margin-right: 10px !important;
}

.elementor-11003 .elementor-element.elementor-element-6c5733c4 span.post-navigation__next--title {
  margin-left: 10px !important;
}


/** 
 * 404 Page
 * --------
 */

body.error404 {
  padding: 0 !important;
}


/** 
 * Chatbot
 * -------
 */

@media (min-width: 992px) {
  img.chatclient-button,
  .chatclient-loader {
    right: 50px !important;
  }
}