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

.scroll_to_top_style_default {
    border-color: #004262;
    background-color: #004262;
}
.scroll_to_top_style_default:hover {
    border-color: #d1ff6d;
    background-color: #d1ff6d;
}

/*header*/
.sc_layouts_title .breadcrumbs {
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
	font-size: 14px;
    line-height: 18px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    opacity: 0.9;
}

/*title pagine*/
h1.sc_layouts_title_caption {
    color: #004262;
}



/*HP bg*/
.home {
	background-image: url("/wp-content/uploads/2026/06/bg-page-dewave-challenger-01-scaled.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: inherit!important;
}

/*HP blog*/
.sc_item_subtitle {
    font-family: sofia-pro,sans-serif;
	font-weight:500;
}
.sc_blogger_default.sc_blogger_default_classic .sc_blogger_item_title {
    font-size: 31px;
    font-weight: 600;
}
.hp-news-primopiano .sc_blogger_default.sc_blogger_default_classic .sc_blogger_item_title {
    font-size: 46px;
	line-height:47px;
}

/*.post_meta .post_meta_item {
    font-family: sofia-pro,sans-serif;
	font-weight:500;
}*/
.sc_blogger_default.sc_blogger_default_classic .sc_blogger_item_title a {
    color: #004262;
}
.post_meta_item.post_categories {
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
	font-size: 14px;
    line-height: 18px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    opacity: 0.9;
}

/*single post*/
.post_header_single .post_meta.post_meta_categories a:not(.post_sponsored_label) {
    background-color: #d1ff6d;
    color: #111;
}
.post_header_single .post_meta.post_meta_categories a:not(.post_sponsored_label):hover {
    background-color: #004262;
    color: #fff;
}


/*HP counter*/
.sc_skills_counter .sc_skills_total {
    font-size: 6.444em;
    font-weight: 600;
}

/*header tabelloni*/
.tabelloni .sc_table table td, table td {
    padding: 0.5em;
}

/*footer button*/
.color_style_link3 .sc_button_bordered:not(.sc_button_bg_image):hover {
    color: #004262 !important;
}


/*colore menu*/
.menu_hover_zoom_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:after {
    background-color: #004262;
}
.menu_hover_zoom_line .sc_layouts_menu_nav > li.current-menu-item > a {
    color: #004262!important;
}

/*post video*/
.post_featured.with_thumb .post_video_hover {
    top: 10%;
    left: 10%;
    color: #fff;
    background-color: transparent;
}
.post_featured.with_thumb .post_video_hover:hover {
    color: #111;
    background-color: transparent;
}

