/*
Theme Name: Qwery Child Theme
Template: qwery
Theme URI: https://qwery.ancorathemes.com/
Description: Qwery Child Theme
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.4
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: qwery
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
/* Scroll to top: фон кнопки */
.trx_addons_scroll_to_top,
a.trx_addons_scroll_to_top {
    background-color: #0b3d91 !important;
    border-color: #0b3d91 !important;
    color: #ffffff !important;
}

/* Стрелка-иконка */
.trx_addons_scroll_to_top:before,
.trx_addons_scroll_to_top:after,
.trx_addons_scroll_to_top i,
.trx_addons_scroll_to_top i:before,
.trx_addons_scroll_to_top svg,
.trx_addons_scroll_to_top svg path,
a.trx_addons_scroll_to_top:before,
a.trx_addons_scroll_to_top:after,
a.trx_addons_scroll_to_top i,
a.trx_addons_scroll_to_top i:before,
a.trx_addons_scroll_to_top svg,
a.trx_addons_scroll_to_top svg path {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
    opacity: 1 !important;
}

/* Hover */
.trx_addons_scroll_to_top:hover,
a.trx_addons_scroll_to_top:hover {
    background-color: #2aa7df !important;
    border-color: #2aa7df !important;
    color: #ffffff !important;
}

.trx_addons_scroll_to_top:hover:before,
.trx_addons_scroll_to_top:hover:after,
.trx_addons_scroll_to_top:hover i,
.trx_addons_scroll_to_top:hover i:before,
.trx_addons_scroll_to_top:hover svg,
.trx_addons_scroll_to_top:hover svg path,
a.trx_addons_scroll_to_top:hover:before,
a.trx_addons_scroll_to_top:hover:after,
a.trx_addons_scroll_to_top:hover i,
a.trx_addons_scroll_to_top:hover i:before,
a.trx_addons_scroll_to_top:hover svg,
a.trx_addons_scroll_to_top:hover svg path {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
}
/* Cookie popup close button */
.adp-popup-close,
button.adp-popup-close {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #111111 !important;
}

/* Псевдоэлемент крестика */
.adp-popup-close:before,
.adp-popup-close:after,
button.adp-popup-close:before,
button.adp-popup-close:after {
    color: #111111 !important;
    fill: #111111 !important;
    stroke: #111111 !important;
    background: transparent !important;
}

/* Hover / Focus */
.adp-popup-close:hover,
.adp-popup-close:focus,
button.adp-popup-close:hover,
button.adp-popup-close:focus,
.adp-popup-type-notification-box .adp-popup-close:hover,
.adp-popup-type-notification-box .adp-popup-close:focus {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #111111 !important;
}

/* На случай, если кружок рисуется псевдоэлементом */
.adp-popup-close:hover:before,
.adp-popup-close:hover:after,
.adp-popup-close:focus:before,
.adp-popup-close:focus:after,
button.adp-popup-close:hover:before,
button.adp-popup-close:hover:after,
button.adp-popup-close:focus:before,
button.adp-popup-close:focus:after {
    background: transparent !important;
    color: #111111 !important;
    fill: #111111 !important;
    stroke: #111111 !important;
}