/*
Theme Name: Restecher
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.3.0.1710344836
Updated: 2024-03-13 11:47:16

*/

:root {
    --gp-container-max-width: 1200px;
    --gb-container-max-width: var(--gp-container-max-width);
    --gp-container-narrow-width: 768px;
    --gb-container-narrow-width: var(--gp-container-narrow-width);
}

/* ---------------------
 * Typography
 * --------------------- */

@font-face {
    font-family: 'Futura PT';
    src: local('Futura PT Bold'), local('FuturaPT-Bold'),
        url('https://www.restecher.com/wp-content/themes/restecher/fonts/subset-FuturaPT-Bold.woff2') format('woff2'),
        url('https://www.restecher.com/wp-content/themes/restecher/fonts/subset-FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
	font-weight: 700;
    font-style: normal;
font-display:swap;}

@font-face {
    font-family: 'Futura PT';
    src: local('Futura PT Book'), local('FuturaPT-Book'),
        url('https://www.restecher.com/wp-content/themes/restecher/fonts/subset-FuturaPT-Book.woff2') format('woff2'),
        url('https://www.restecher.com/wp-content/themes/restecher/fonts/subset-FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
font-display:swap;}

@font-face {
    font-family: 'Futura PT';
    src: local('Futura PT Light'), local('FuturaPT-Light'),
        url('https://www.restecher.com/wp-content/themes/restecher/fonts/subset-FuturaPT-Light.woff2') format('woff2'),
        url('https://www.restecher.com/wp-content/themes/restecher/fonts/subset-FuturaPT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
font-display:swap;}

@font-face {
    font-family: 'Futura PT';
    src: local('Futura PT Medium'), local('FuturaPT-Medium'),
        url('https://www.restecher.com/wp-content/themes/restecher/fonts/subset-FuturaPT-Medium.woff2') format('woff2'),
        url('https://www.restecher.com/wp-content/themes/restecher/fonts/subset-FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
font-display:swap;}

@font-face {
    font-family: 'Futura PT Extra';
    src: local('Futura PT Extra Bold'), local('FuturaPT-ExtraBold'),
        url('https://www.restecher.com/wp-content/themes/restecher/fonts/subset-FuturaPT-ExtraBold.woff2') format('woff2'),
        url('https://www.restecher.com/wp-content/themes/restecher/fonts/subset-FuturaPT-ExtraBold.woff') format('woff');
    font-weight: 800 900;
    font-style: normal;
font-display:swap;}




/* ------------------------
 * Utilities
 * ------------------------ */

.hide-me {
    width: 1px;
    border: 0;
    overflow: hidden;
    position: absolute;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    padding: 0;
}
#search-again {
    margin-right: 0;
    width: 100%;
}
#search-again form input:focus {
    -moz-transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}
#search-again form button {
    -moz-transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}
#search-again form button:hover {
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
