/*
 Theme Name:   Qwery Child Theme
 Theme URI:    http://qwery.ancorathemes.com
 Description:  Qwery Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     qwery
 Version:      1.3
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  qwery
*/
/* =Child-Theme customization starts here
------------------------------------------------------------ */
.sc_layouts_menu_dir_horizontal.menu_hover_zoom_line .sc_layouts_menu_nav > li.menu-item-has-children > a span {
  position: relative;
}

.sc_layouts_menu_dir_horizontal.menu_hover_zoom_line .sc_layouts_menu_nav > li.menu-item-has-children > a span:before {
  content: "";
  background-image: url(images/arrow-menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  pointer-events: none;
}

.pulse_custom {
  animation: pulse-alt 2s infinite !important;
}

.sc_layouts_menu_nav > li ul:not(.sc_item_filters_tabs) {
  border: 1px solid #717171;
  border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.65);
}

.sc_layouts_menu_nav > li > ul ul {
  margin: 0 0 0 15px;
}

.sc_layouts_menu_nav li ul .open-parent-menu > a {
  display: none !important;
}

.sc_layouts_menu_nav li.sfHover ul .open-parent-menu ul {
  display: block !important;
}

.sc_layouts_menu_dir_horizontal .sc_layouts_menu_nav > li li.marked-menu-item > a {
  font-size: 20px;
  color: var(--theme-color-text_link) !important;
  padding-left: 24px;
  margin-bottom: 10px;
}

.sc_layouts_menu_dir_horizontal .sc_layouts_menu_nav > li li.marked-menu-item > a {
  font-size: 20px;
  color: var(--theme-color-text_link) !important;
  padding-left: 24px;
}

.menu_hover_zoom_line .sc_layouts_menu_nav li li.marked-menu-item:not(.menu-collapse) > a > span:after {
  background-color: var(--theme-color-text_link) !important;
}

#panelMenuMode.sc_layouts_panel_top {
  width: 85%;
  top: 0;
  right: 30px;
  left: auto;
  border: 1px solid var(--theme-color-bd_color);
}
#panelMenuMode.sc_layouts_panel_top.sc_layouts_panel_opened {
  top: calc(var(--fixed-rows-height) + 30px);
}
#panelMenuMode.sc_layouts_panel_top .sc_layouts_panel_inner > .sc_layouts_panel_close {
  display: none;
}
#panelMenuMode.sc_layouts_panel_top .sc_layouts_panel_inner .trx_addons_button_close {
  position: relative;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  line-height: 1;
}

#panelMenuMode.sc_layouts_panel_top .sc_layouts_panel_inner .trx_addons_button_close  .trx_addons_button_close_icon {
	font-size: 18px;
	font-weight: 700;	
}

#panelMenuMode a {
  color: var(--theme-color-text_dark);
}
#panelMenuMode a:hover {
  color: var(--theme-color-text_link);
}
#panelMenuMode .elementor-icon-list-items > li,
#panelMenuMode .sc_layouts_menu > ul > li {
  animation-delay: 0.5s;
  visibility: hidden;
}
#panelMenuMode .elementor-icon-list-items > li:nth-child(1),
#panelMenuMode .sc_layouts_menu > ul > li:nth-child(1) {
  animation-delay: calc(0.5s + 0.1s);
}
#panelMenuMode .elementor-icon-list-items > li:nth-child(2),
#panelMenuMode .sc_layouts_menu > ul > li:nth-child(2) {
  animation-delay: calc(0.5s + 0.2s);
}
#panelMenuMode .elementor-icon-list-items > li:nth-child(3),
#panelMenuMode .sc_layouts_menu > ul > li:nth-child(3) {
  animation-delay: calc(0.5s + 0.3s);
}
#panelMenuMode .elementor-icon-list-items > li:nth-child(4),
#panelMenuMode .sc_layouts_menu > ul > li:nth-child(4) {
  animation-delay: calc(0.5s + 0.4s);
}
#panelMenuMode .elementor-icon-list-items > li:nth-child(5),
#panelMenuMode .sc_layouts_menu > ul > li:nth-child(5) {
  animation-delay: calc(0.5s + 0.5s);
}
#panelMenuMode .elementor-icon-list-items > li:nth-child(6),
#panelMenuMode .sc_layouts_menu > ul > li:nth-child(6) {
  animation-delay: calc(0.5s + 0.6s);
}
#panelMenuMode .elementor-icon-list-items > li:nth-child(7),
#panelMenuMode .sc_layouts_menu > ul > li:nth-child(7) {
  animation-delay: calc(0.5s + 0.7s);
}
#panelMenuMode .elementor-icon-list-items > li:nth-child(8),
#panelMenuMode .sc_layouts_menu > ul > li:nth-child(8) {
  animation-delay: calc(0.5s + 0.8s);
}
#panelMenuMode .elementor-icon-list-items > li:nth-child(9),
#panelMenuMode .sc_layouts_menu > ul > li:nth-child(9) {
  animation-delay: calc(0.5s + 0.9s);
}
#panelMenuMode .elementor-icon-list-items > li:nth-child(10),
#panelMenuMode .sc_layouts_menu > ul > li:nth-child(10) {
  animation-delay: calc(0.5s + 1s);
}
#panelMenuMode .sc_layouts_menu > ul > li > a {
  padding: 7px 0;
  color: var(--theme-color-text_dark) !important;
}
#panelMenuMode .sc_layouts_menu > ul > li > a:hover {
  color: var(--theme-color-text_link) !important;
}
#panelMenuMode.sc_layouts_panel_opened .elementor-icon-list-items > li,
#panelMenuMode.sc_layouts_panel_opened .sc_layouts_menu > ul > li {
  animation-name: fadeInAnim;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  visibility: visible;
}

#panelMenuMode:not(.sc_layouts_panel_opened) {
	pointer-events: none;
}

.color_text_dark .elementor-button {
  color: var(--theme-color-text_dark);
}

.sc_layouts_dark_light_default {
    width: 100px;
    height: 39px;
}

.sc_layouts_column.item-full-width .sc_layouts_dark_light {
    margin: 0 auto;
}

.sc_layouts_column.item-full-width .sc_layouts_item:not(.elementor-widget-divider):not(.elementor-widget-spacer) {
	margin-left: 0 !important;
	margin-right: 0 !important;
}