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

h4.sc_icons_item_title {
    font-family: "DM Serif Display", serif;
}
.sc_icons_card .sc_icons_item {
    padding: 1em;
	border: 1px solid #00a8a830;
}
.sc_icons_item_title {
    font-size: 1em;
}
.scroll_to_top_style_default {
    border-radius: 0%;
}

/*bottoni*/
.sc_button:not(.sc_button_simple) {
    border-radius: 0;
}
.wpcf7 .wpcf7-submit {
    box-shadow: none;
}
.wpcf7 .wpcf7-submit-style .submit-style-in {
    border-radius: 0;
}

/*icone slider*/
.icone-slider .sc_icons_simple .sc_icons_item {
    border: 1px solid #00a8a830;
    padding: 20px;
	background-color: #051f36;
}

/*icone evento*/

.icone-evento .trx_addons_columns_wrap>[class*="trx_addons_column-"] {
    padding-right: 5px;
}
.icone-evento .sc_icons_fill .sc_icons_item {
    padding: 3.5em 3.4em;
    background-color: #00a8a8;
}

/*icone tematiche*/
.icone-tematiche .trx_addons_columns_wrap.columns_padding_bottom>[class*="trx_addons_column-"] {
    padding-bottom: 5px;
}
.icone-tematiche .sc_icons_accent2 .sc_icons_item:hover {
    background-color: #00a8a8;
    box-shadow: 0;
}
.icone-tematiche .sc_icons_accent2 .sc_icons_item {
    padding: 1em 1.2em;
    border: 1px solid #00a8a830;
	background-color: #062B46;
}
.icone-tematiche .sc_icons_accent2 .sc_icons_icon + .sc_icons_item_details {
    margin-top: 2.4em;
}

/*icone location*/
.icone-location .sc_icons .sc_icons_item + .sc_icons_item {
    margin-top: 5px;
}

/*404*/
.post_item_404 .post_content .all-svg {
    display: none;
}



@media (max-width: 1023px) {
	.icone-evento .sc_icons_card .sc_icons_item {
		padding: 1em;
	}
	.icone-location .sc_icons_card .sc_icons_item {
		padding: 1em;
	}
}	
	
@media (max-width: 1279px) {
	.icone-slider .trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row>[class*=trx_addons_column-][class*=-tablet] {
            padding-bottom: 5px!important;
        }
	.icone-slider .sc_icons_simple .sc_icons_item {
		padding: 10px!important;
    }
}