/*
Theme Name: Qwery Child Theme
Theme URI: https://qwery.ancorathemes.com/
Description: Qwery is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 3.8.0
Tested up to: 7.0
Requires at least: 5.5
Requires PHP: 7.4
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
Template: qwery
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.wpcf7 .wpcf7-submit {
    box-shadow: none;
}
.sc_button.sc_button.sc_button_simple.sc_button_with_icon .sc_button_icon {
    border: 2px solid #cc1318;
}

/*icons HP*/
.sc_icons_alter .sc_icons_item_title {
    font-weight: 600;
}
.sc_icons_extra .sc_icons_item_title {
    font-weight: 600;
}


/*404*/
.post_item_404 .post_content .all-svg {
    display: none;
}
.post_item_404 .post_content {
    padding: 0.5em 0 5.5em;
}
.post_item_404 .go_home {
    box-shadow: none;
}

/*icons HP*/
.divisioni-hp .sc_icons_accent.color_style_link2 .sc_icons_item:hover {
    background-color: #cc1417;
	box-shadow: none;
}
.divisioni-hp .sc_icons_accent .sc_icons_item_title {
    font-size: 1.744em;
    font-weight: 700;
}
.divisioni-hp .sc_icons_item_description ul>li {
    align-items: start;
}

/*cosa facciamo HP*/
.cosa-facciamo-hp h3.sc_item_title {
    font-size: 1.744em;
}

/*GO TO TOp*/
.scroll_to_top_style_modern .scroll_to_top_text {
    display: none;
}

@media (max-width: 479px) {
	.sc_button.sc_button.sc_button_simple.sc_button_with_icon {
		padding-top: 32px!important;
	}
}