/*
Theme Name:     Stained Glass - ChildTheme
Description:    
Author:         Daniela
Template:       stained-glass

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
@import 'https://fonts.googleapis.com/css?family=Alex+Brush';

/* Ausblenden Suchwidget */
.widget.woocommerce.widget_product_search, .wide .widget.widget_search {
    display: none;
}

.portfolio-liste{
	/*margin: 0 5vw ;*/
	padding: 5vh 0;
	border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.nothing-found > article, .content-container > article, .content-container > div {
    margin: 0 5vw;

}

/* Schriftart geändert in der Startseite */
.wide .column-1 .element.effect-17 .entry-title, .wide .column-1 .element.effect-18 .entry-title, .site-title a {

font-family: 'Alex Brush'/*, cursive*/;
}

