/*
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
------------------------------------------------------------ */


.sc_header_content >*:first-child {
	margin-top: 0;
}


.sc_header_content >*:last-child {
	margin-bottom: 0;
}

.sc_header_content.sc_sc_header_content_right {
	text-align: right;
}

@media(max-width: 767px) {
	.sc_header_content.sc_sc_header_content_left,
	.sc_header_content.sc_sc_header_content_right {
			text-align: center;
	}
}

#style-4.mc4wp-form .mc4wp-form-fields input[type="email"] {
    width: 100%;
}

#style-4.mc4wp-form .mc4wp-form-fields button, #style-4.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    position: static;
    margin-top: 10px;
    text-align: center;
}

#style-4.mc4wp-form .mc4wp-form-button {
    text-align: center;
}

.sc_copy_clipboard .sc_copy_clipboard_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--theme-color-bg_color);
    padding: 10px;
    border-radius: 10px;
}

.sc_copy_clipboard .sc_copy_clipboard_item + .sc_copy_clipboard_item {
    margin-top: 10px;
}

.sc_copy_clipboard .sc_copy_clipboard_content {
    color: var(--theme-color-text_dark);
    font-weight: 700;
}

.sc_copy_clipboard .copy-btn {
    padding: 10px 20px;
    border-radius: 30px;
    color: var(--theme-color-inverse_link);
    border-color: var(--theme-color-text_link);
    background-color: var(--theme-color-text_link);
}


.sc_copy_clipboard .copy-btn:hover {
    border-color: var(--theme-color-text_hover);
    background-color: var(--theme-color-text_hover);
    cursor: pointer;
}

.copy-btn:not(.sc_copied) .sc_button_copied {
    display: none;
}
.copy-btn.sc_copied .sc_button_copy {
    display: none;
}

.copy-btn > span {
    display: flex;
    align-items: center;
}

.copy-btn > span {
    display: flex;
    align-items: center;
}

.sc_copy_btn_icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
}

.sc-rss-widget .sc-rss-item + .sc-rss-item {
    margin-top: 30px;
}
.sc-rss-widget .sc-rss-item-title {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--theme-color-bd_color);
    padding-bottom: 20px;
}
.sc-rss-widget .sc-rss-item-description {
    margin-bottom: 20px;
}
.sc-rss-widget .sc-rss-item-image {
    margin-bottom: 20px;
    position: relative;
}
.sc-rss-widget .sc-rss-item-category {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 10px 4px 10px;
    border-radius: 30px;
    transition: all 0.3s;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: #FF5B4A;
}

.sc-rss-widget .sc-rss-item-category:hover {
    background-color: #0C0F26;
}
