/*!
Theme Name:   Cindy BVE
Template:     cindy
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.0
Description:  You can change this description text in your child theme's "style.css" file.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html


1.1.0	2024-06-24 Joerg Hahnraths
		- Versionierung
		- Hook fuer the_excerpt() zum Entfernen des "Continue reading ..."


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Put your custom CSS styles below... */
@font-face {
    font-family: 'futurastd_book';
    src: url('/wp-content/themes/cindy-bve/fonts/futura/futurastd-book-webfont.woff2') format('woff2'),
                        url('/wp-content/themes/cindy-bve/fonts/futura/futurastd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futurastd_heavy';
    src: url('/wp-content/themes/cindy-bve/fonts/futura/futurastd-heavy-webfont.woff2') format('woff2'),
                        url('/wp-content/themes/cindy-bve/fonts/futura/futurastd-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futurastd_light';
    src: url('/wp-content/themes/cindy-bve/fonts/futura/futurastd-light-webfont.woff2') format('woff2'),
                        url('/wp-content/themes/cindy-bve/fonts/futura/futurastd-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futurastd_medium';
    src: url('/wp-content/themes/cindy-bve/fonts/futura/futurastd-medium-webfont.woff2') format('woff2'),
                        url('/wp-content/themes/cindy-bve/fonts/futura/futurastd-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 1119px) {
	.header-widgets .widget:first-child {
		margin-right:0px !important;
		padding-right:1rem;
		margin-left:auto;
	}
}

body.search-results .page-header-text {
	display:block;
	padding-left:20px;
}
.posts .entry-header::before {
	border-left:0px !important;
}
.posts .page::before {
	background-color:inherit !important;
}
#content .search-form {
	display:none;
}
#page-header {
	padding:15px 0px 0px 0px;
	margin-bottom:0px;
}

body.mouse-focus :focus {
    outline-width:0px !important;
}