/*
 Theme Name: Pofo Child
 Theme URI: http://wpdemos.themezaa.com/pofo
 Description: Child theme for Pofo theme
 Version: 1.0
 Author: ThemeZaa
 Author URI: http://www.themezaa.com
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, photography, portfolio
 License: Themeforest Split Licence
 License URI: http://themeforest.net/licenses
 Template: pofo
 Text Domain: pofo-child
*/


h1 {
    text-transform: uppercase;
}

h1 {font-family:'Piazzolla'}
h2 {font-family:'Piazzolla'}
h3 {font-family:'Piazzolla'}

footer .footer-widget-area .widget .widget-title {
	font-family: 'Poppins', sans-serif;}


.headit {font-weight: lighter; font-style: italic;}

.box-shadow {box-shadow: 0 0 0px rgba(0,0,0,0);}

.border-all {border: 0px solid #ffffff;}
.aside-title:after {content: ""; display: inline-block; width: 100%; background: #d59d17; height: 1px; top: 50%; position: absolute;}

header nav.navbar.bootsnav ul.nav > li > a {font-family:'Outfit', sans-serif; font-weight:300;}

label {
 display:inline-block;
 max-width:100%;
 margin-bottom:5px;
 font-family:'Outfit'sans-serif;
 font-size:11px; 
 font-weight:300;
 color:#ffffff;
}

.blog-details-text a {color:#fcd052;}

.post-title {font-family:'Piazzolla'; font-size:21px;}

.btn.btn-koko {
background: #460d21; 
border-color: #460d21; color: #fff}
.btn.btn-koko:hover, .btn.btn-koko:focus {background: transparent; color: #460d21; outline: none;}

.btn.btn-ko {background: #460d21; 
  border-color: #460d21;    color: #fff;
border-radius: 50px;
	padding: 2px 23px 1px;}
.btn.btn-ko:hover, .btn.btn-ko:focus {background: transparent; color: #460d21; outline: none;}

}

.btn {display:inline-block; border:2px solid transparent; white-space: pre-wrap; letter-spacing: .5px; line-height: inherit; border-radius: 50px; text-transform: uppercase; width: auto; font-family: 'Outfit', sans-serif; font-weight: 300; outline: none !important;}

.btn.btn-koko-blue{background: transparent; border-color: #114159; color: #114159; outline: none;} 
.btn.btn-koko-blue:hover, .btn.btn-koko-blue:focus {background: #114159; border-color: #ffffff; color: #ffffff}

.btn.btn-dark-yellow {background: #fcd052; border-color: #fcd052; color: #fff}
.btn.btn-dark-yellow:hover, .btn.btn-dark-yellow:focus {background: transparent; color: #232323; outline: none;}


/* Produktname im Shop-Grid */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Outfit', sans-serif; /* gewünschte Schriftart */
    font-size: 16px;                    /* optional Größe ändern */
    font-weight: 300;                   /* optional Schriftgewicht */
    color: #222222;                      /* optional Farbe ändern */
}

/* Hero image */

.shop-hero-image {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 40px;
}

/* RESPONSIVE, proportional, kein Cropping */
.shop-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}


.woocommerce-result-count {
    display: none;
}

.single-product .product_meta {
    display: none !important;
}


