/* 
Theme Name: Buchanan Solutions Theme
Theme URI: https://buchanan-solutions.com/
Description: Client Child Theme
Author: Buchanan Solutions
Author URI: https://buchanan-solutions.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Webfont: Vilane-Light */
@font-face {
    font-family: 'VilaneLight';
    url('fonts/Vilane/Web-TT/Vilane-Light.woff') format('woff'), /* Modern Browsers */
    url('fonts/Vilane/Web-TT/Vilane-Light.woff2') format('woff2'), /* Modern Browsers */
    url('fonts/Vilane/Web-TT/Vilane-Light.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/***
* Shrinking Sticky header, no container edition
* class: .sticky-header
* Uses the built-in .elementor-container class for shrinking the header in non-container installs
*/
header.sticky-header {
    --header-height: 100px; /* Set your own header height */
    --shrink-header-to: 0.6; /* Shrinks to 60%, values: 0.1 to 1 */
    --transition-timing: .45s cubic-bezier(.4, 0, .2, 1); /* values: .1s to 0.5s (or more), replace "cubic-bezier(.4, 0, .2, 1)" with "ease" if you need a simpler transition */
    background-color: rgba(244, 245, 248, 1); /* Set your own background color */

    transition: background-color var(--transition-timing),
    backdrop-filter var(--transition-timing),
    box-shadow var(--transition-timing);
}
header.sticky-header.elementor-sticky--effects {
    background-color: rgba(244, 245, 248, .8); /* Set your own background color on scroll */
    box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07); /* Delete this line if you don't want shadow on scroll */
    -webkit-backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
    backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
}
header.sticky-header > .elementor-container {
    min-height: var(--header-height);
    transition: min-height var(--transition-timing);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc( var(--header-height) * var(--shrink-header-to) );
}
header.sticky-header.elementor-sticky--effects .top-header {
    display:none;
    transition: min-height var(--transition-timing);
}


.shop-menu-item a {
    background:#4d4d4d;
    color:#fff !important;
}

.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield-choice-input+label
{
    font-family: "EB Garamond", sans-serif !important;
}
